2024-03-31 17:13:29 +08:00
|
|
|
//ignore_for_file: constant_identifier_names
|
2024-03-25 14:16:00 +08:00
|
|
|
class DictTypeEnum {
|
|
|
|
static const String InventoryRoom = "inventory_room";
|
|
|
|
static const String InventoryLine = 'inventory_line';
|
|
|
|
static const String InventoryLineLevel = 'inventory_line_level';
|
|
|
|
}
|