feat : role And permission
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
//Auth
|
||||
const int authUserLocalModelTypeId = 0;
|
||||
const int authModuleTypeId = 1;
|
||||
const int targetPageTypeId = 2;
|
||||
// app
|
||||
const int appModelTypeId = 0;
|
||||
const int targetTypeId = 1;
|
||||
|
||||
//chicken
|
||||
const int chickenWidelyUsedLocalModelTypeId = 3;
|
||||
const int chickenWidelyUsedLocalItemTypeId = 4;
|
||||
// auth
|
||||
const int authUserLocalModelTypeId = 2;
|
||||
const int moduleTypeId = 3;
|
||||
|
||||
//liveStock
|
||||
// chicken
|
||||
const int chickenWidelyUsedLocalModelTypeId = 4;
|
||||
const int chickenWidelyUsedLocalItemTypeId = 5;
|
||||
|
||||
const int liveStockDataLocalModelTypeId = 5;
|
||||
const int liveStockDataRancherLocalModelTypeId = 6;
|
||||
const int liveStockDataHerdLocalModelTypeId = 7;
|
||||
const int liveStockDataLocationLocalModelTypeId = 8;
|
||||
const int liveStockDataLivestockLocalModelTypeId = 9;
|
||||
// liveStock
|
||||
const int liveStockDataLocalModelTypeId = 6;
|
||||
const int liveStockDataRancherLocalModelTypeId = 7;
|
||||
const int liveStockDataHerdLocalModelTypeId = 8;
|
||||
const int liveStockDataLocationLocalModelTypeId = 9;
|
||||
const int liveStockDataLivestockLocalModelTypeId = 10;
|
||||
|
||||
Reference in New Issue
Block a user