feat : role And permission

This commit is contained in:
2025-09-06 14:50:02 +03:30
parent bdf5344451
commit 34609d22a1
34 changed files with 657 additions and 306 deletions

View File

@@ -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;