update carton list and editor
This commit is contained in:
7
lib/domain/vo/local_step.dart
Normal file
7
lib/domain/vo/local_step.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
enum StepType { TYPE, CARTONS, SIZE, PACKAGES, CARGOS, SUBMIT }
|
||||
|
||||
class LocalStep {
|
||||
String lable;
|
||||
StepType stepType;
|
||||
LocalStep({required this.lable, required this.stepType});
|
||||
}
|
||||
Reference in New Issue
Block a user