You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.3 KiB

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"`
}