update rate
This commit is contained in:
6
lib/vo/custom.dart
Normal file
6
lib/vo/custom.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class Custom{
|
||||
String id;
|
||||
String productType;
|
||||
int fee;
|
||||
Custom({this.productType,this.fee});
|
||||
}
|
||||
Reference in New Issue
Block a user