chore: update app version to 1.3.36+32, change build mode to release, and enhance user role handling in chicken feature with new routes and DI setup

This commit is contained in:
2025-12-13 16:30:02 +03:30
parent 0d47710e81
commit afbd72404d
121 changed files with 15161 additions and 16 deletions

View File

@@ -12,10 +12,6 @@ const int poultrySecondKey = 106;
const int poultryThirdKey = 107;
//endregion
//region kill house Keys
const int killHouseActionKey = 108;
@@ -25,3 +21,38 @@ const int killHouseActionKey = 108;
const int poultryScienceActionKey = 109;
//endregion
//region province operator Keys
const int provinceOperatorActionKey = 110;
//endregion
//region province inspector Keys
const int provinceInspectorActionKey = 111;
//endregion
//region city jahad Keys
const int cityJahadActionKey = 112;
//endregion
//region vet farm Keys
const int vetFarmActionKey = 113;
//endregion
//region super admin Keys
const int superAdminActionKey = 114;
//endregion
//region province supervisor Keys
const int provinceSupervisorActionKey = 115;
//endregion
//region jahad Keys
const int jahadActionKey = 116;
//endregion