parent
9f56ae2b15
commit
0521b77a20
@ -0,0 +1,33 @@
|
||||
package Struct
|
||||
|
||||
type TBaseOrganization struct {
|
||||
OrgCode string `json:"org_code"`
|
||||
OrgId string `json:"org_id"`
|
||||
Xxbxlxm string `json:"xxbxlxm"`
|
||||
Address string `json:"address"`
|
||||
BureauId string `json:"bureau_id"`
|
||||
CreateTime string `json:"create_time"`
|
||||
DelFlag float64 `json:"del_flag"`
|
||||
OrgLng float64 `json:"org_lng"`
|
||||
AreaCode string `json:"area_code"`
|
||||
OrgType float64 `json:"org_type"`
|
||||
ProvinceCode string `json:"province_code"`
|
||||
Fddbrdh string `json:"fddbrdh"`
|
||||
Fzr string `json:"fzr"`
|
||||
LastUpdatedTime string `json:"last_updated_time"`
|
||||
Lxdh string `json:"lxdh"`
|
||||
OrgLat float64 `json:"org_lat"`
|
||||
BUse float64 `json:"b_use"`
|
||||
ParentId string `json:"parent_id"`
|
||||
Szdcxlxm string `json:"szdcxlxm"`
|
||||
CityCode string `json:"city_code"`
|
||||
EduAssistType float64 `json:"edu_assist_type"`
|
||||
OrgName string `json:"org_name"`
|
||||
DistrictCode string `json:"district_code"`
|
||||
MainSchoolType float64 `json:"main_school_type"`
|
||||
SortId float64 `json:"sort_id"`
|
||||
Xxjbzm string `json:"xxjbzm"`
|
||||
Fddbr string `json:"fddbr"`
|
||||
IdInt float64 `json:"id_int"`
|
||||
MainSchoolId string `json:"main_school_id"`
|
||||
}
|
Loading…
Reference in new issue