forked from free-lancers/electricity_bill_calc_service
		
	fix(meter):修正未绑定表计的查询。
This commit is contained in:
		| @@ -44,7 +44,7 @@ type MeterReplacingForm struct { | ||||
| type SimplifiedMeterQueryResponse struct { | ||||
| 	Code    string  `json:"code"` | ||||
| 	Address *string `json:"address"` | ||||
| 	Park    string  `json:"parkId"` | ||||
| 	Park    string  `json:"park"` | ||||
| } | ||||
|  | ||||
| type SimplifiedMeterDetailResponse struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user