master
wubin 5 years ago
parent f1911269b8
commit 4091be7a6a

@ -338,14 +338,14 @@ func SaveAppRange(appId string, rangeCodes []string) error {
APP使 APP使
*/ */
type OrgBean struct { type OrgBean struct {
OrgId string OrgId string `json:"org_id"`
OrgName string OrgName string `json:"org_name"`
} }
type AppRangeBean struct { type AppRangeBean struct {
FullFlag int FullFlag int `json:"full_flag"`
CityCode string CityCode string `json:"city_code"`
DistrictList []string DistrictList []string `json:"district_list"`
OrgList []OrgBean OrgList []OrgBean `json:"org_list"`
} }
/** /**

Loading…
Cancel
Save