refactor : rename files and update routes for poultry actions
feat : poultry kill registration and poultry OrderList ** Made With Nima **
This commit is contained in:
@@ -4,6 +4,7 @@ sealed class ChickenRoutes {
|
||||
static const auth = '/AuthChicken';
|
||||
static const _base = '/chicken';
|
||||
static const role = '$_base/role';
|
||||
static const String profile = '$_base/profile';
|
||||
|
||||
//region Steward Routes
|
||||
static const _steward = '$_base/steward';
|
||||
@@ -31,6 +32,10 @@ sealed class ChickenRoutes {
|
||||
static const inspectionPoultryScience = '$_poultryScience/inspection';
|
||||
static const farmPoultryScience = '$_poultryScience/farm';
|
||||
static const activeHatchingPoultryScience = '$_poultryScience/activeHatching';
|
||||
static const killingRegistrationPoultryScience = '$_poultryScience/KillingRegistration';
|
||||
static const genocidePoultryScience = '$_poultryScience/genocidePoultryScience';
|
||||
static const killingRegistrationPoultryScience = '$genocidePoultryScience/KillingRegistration';
|
||||
|
||||
|
||||
|
||||
//endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user