refactor : rename files and update routes for poultry actions

feat : poultry kill registration and poultry OrderList

** Made With Nima **
This commit is contained in:
2025-09-16 15:47:35 +03:30
parent 87a0955697
commit e933d22f8f
81 changed files with 22780 additions and 192 deletions

View File

@@ -152,8 +152,7 @@ Map<String, String?> getFaUserRoleWithOnTap(String? role) {
case "Steward":
return {"مباشر": ChickenRoutes.initSteward};
case "PoultryScience":
return {"کارشناس طیور": ChickenRoutes.initPoultryScience
};
return {"کارشناس طیور": ChickenRoutes.initPoultryScience};
default:
return {"نامشخص": null};
}