forked from free-lancers/electricity_bill_calc_service
		
	fix(tenement):修正商户查询结果的扫描以及错误返回null的问题。
This commit is contained in:
		| @@ -22,7 +22,7 @@ type TenementCreationForm struct { | ||||
|  | ||||
| type TenementQueryResponse struct { | ||||
| 	Id             string          `json:"id"` | ||||
| 	Name           string          `json:"name"` | ||||
| 	FullName       string          `json:"fullName"` | ||||
| 	ShortName      *string         `json:"shortName"` | ||||
| 	Address        *string         `json:"address"` | ||||
| 	Contact        *string         `json:"contact"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user