class DictTypeEnum {
static const String InventoryRoom = "inventory_room";
static const String InventoryLine = 'inventory_line';
static const String InventoryLineLevel = 'inventory_line_level';
}