package country_cv import "hilo-group/_const/enum/country_e" // cv国家管理人员 type CVCountryManager struct { Country string `json:"country"` // 国家name Role country_e.CountryMgrRole `json:"role" swaggertype:"integer"` // 角色 1:国家管理员 2:国家助理 }