feat: save module
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
//Auth
|
||||
const int authUserLocalModelTypeId = 0;
|
||||
const int authModuleTypeId = 1;
|
||||
const int targetPageTypeId = 2;
|
||||
|
||||
//chicken
|
||||
const int chickenWidelyUsedLocalModelTypeId = 2;
|
||||
const int chickenWidelyUsedLocalItemTypeId = 3;
|
||||
const int chickenWidelyUsedLocalModelTypeId = 3;
|
||||
const int chickenWidelyUsedLocalItemTypeId = 4;
|
||||
|
||||
//liveStock
|
||||
|
||||
const int liveStockDataLocalModelTypeId = 4;
|
||||
const int liveStockDataRancherLocalModelTypeId = 5;
|
||||
const int liveStockDataHerdLocalModelTypeId = 6;
|
||||
const int liveStockDataLocationLocalModelTypeId = 7;
|
||||
const int liveStockDataLivestockLocalModelTypeId = 8;
|
||||
const int liveStockDataLocalModelTypeId = 5;
|
||||
const int liveStockDataRancherLocalModelTypeId = 6;
|
||||
const int liveStockDataHerdLocalModelTypeId = 7;
|
||||
const int liveStockDataLocationLocalModelTypeId = 8;
|
||||
const int liveStockDataLivestockLocalModelTypeId = 9;
|
||||
Reference in New Issue
Block a user