Merge branch 'master' of https://git.mokkon.com/sainw/fcs
This commit is contained in:
8
lib/domain/entities/carton_size.dart
Normal file
8
lib/domain/entities/carton_size.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class CartonSize {
|
||||
String id;
|
||||
String name;
|
||||
double length;
|
||||
double width;
|
||||
double height;
|
||||
CartonSize({this.id, this.name, this.length, this.width, this.height});
|
||||
}
|
||||
Reference in New Issue
Block a user