68 lines
1.2 KiB
Dart
68 lines
1.2 KiB
Dart
//region Steward Keys
|
|
const int stewardFirstKey = 100;
|
|
const int stewardSecondKey = 101;
|
|
const int stewardThirdKey = 102;
|
|
const int stewardFourthKey = 103;
|
|
const int stewardFifthKey = 104;
|
|
//endregion
|
|
|
|
//region poultry Keys
|
|
const int poultryFirstKey = 105;
|
|
const int poultrySecondKey = 106;
|
|
const int poultryThirdKey = 107;
|
|
//endregion
|
|
|
|
//region kill house Keys
|
|
const int killHouseActionKey = 108;
|
|
const int killHouseWarehouseAndDistributionBuyKey = 109;
|
|
const int killHouseWarehouseAndDistributionSaleKey = 110;
|
|
|
|
|
|
|
|
//endregion
|
|
|
|
//region poultry science Keys
|
|
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 city poultry Keys
|
|
const int cityPoultryActionKey = 117;
|
|
|
|
//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
|