modify ui
This commit is contained in:
8
lib/vo/discount.dart
Normal file
8
lib/vo/discount.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class Discount {
|
||||
String code;
|
||||
String customer;
|
||||
String status;
|
||||
double amount;
|
||||
|
||||
Discount({this.code, this.customer, this.amount, this.status});
|
||||
}
|
||||
Reference in New Issue
Block a user