|
|
@@ -24,6 +24,7 @@ type InsertRegionalAgentOrdBelongData struct { |
|
|
|
ProvinceId string `json:"province_id"` |
|
|
|
CityId string `json:"city_id"` |
|
|
|
CountyId string `json:"county_id"` |
|
|
|
RegionRate float64 `json:"region_rate"` |
|
|
|
SiteId string `json:"site_id"` |
|
|
|
BelongType string `json:"belong_type"` |
|
|
|
} |
|
|
|