import - provice & city id to org linked ranchers

This commit is contained in:
2025-12-31 14:40:33 +03:30
parent e3318b7e1e
commit 650eaa445f

View File

@@ -45,7 +45,9 @@ class RancherOrganizationService:
"id": org.id,
"name": org.name,
"province": org.province.name,
"province_id": org.province.id,
"city": org.city.name,
"city_id": org.city.id,
"rancher_count": org.rancher_count,
"herd_count": org.herd_count,
"livestock_count": org.livestock_count,