package common type BinaryCompany struct { // 【法人单位id】法人单位id Id string `json:"id"` // 【法人单位名称】法人单位名称 Name string `json:"name"` }