update rate

This commit is contained in:
PhyoThandar
2020-10-15 15:49:02 +06:30
parent 47c07a6c88
commit 2a401f2e1f
17 changed files with 937 additions and 295 deletions

View File

@@ -1,4 +1,5 @@
class Discount {
String id;
String code;
String customer;
String status;
@@ -7,7 +8,8 @@ class Discount {
double discountRate;
Discount(
{this.code,
{this.id,
this.code,
this.customer,
this.amount,
this.status,