forked from free-lancers/electricity_bill_calc_service
		
	fix(park):修正园区详细信息的查询。
This commit is contained in:
		| @@ -11,15 +11,15 @@ type Park struct { | ||||
| 	UserId           string              `json:"userId"` | ||||
| 	Name             string              `json:"name"` | ||||
| 	Area             decimal.NullDecimal `json:"area"` | ||||
| 	TenementQuantity decimal.NullDecimal `json:"tenementQuantity"` | ||||
| 	TenementQuantity decimal.NullDecimal `json:"tenement"` | ||||
| 	Capacity         decimal.NullDecimal `json:"capacity"` | ||||
| 	Category         int16               `json:"category"` | ||||
| 	MeterType        int16               `json:"meter04kvType"` | ||||
| 	MeterType        int16               `json:"meter04kvType" db:"meter_04kv_type"` | ||||
| 	PricePolicy      int16               `json:"pricePolicy"` | ||||
| 	BasicPooled      int16               `json:"basicPooled"` | ||||
| 	AdjustPooled     int16               `json:"adjustPooled"` | ||||
| 	LossPooled       int16               `json:"lossPooled"` | ||||
| 	PublicPooled     int16               `json:"publicPooled"` | ||||
| 	BasicPooled      int16               `json:"basicDiluted"` | ||||
| 	AdjustPooled     int16               `json:"adjustDiluted"` | ||||
| 	LossPooled       int16               `json:"lossDiluted"` | ||||
| 	PublicPooled     int16               `json:"publicDiluted"` | ||||
| 	TaxRate          decimal.NullDecimal `json:"taxRate"` | ||||
| 	Region           *string             `json:"region"` | ||||
| 	Address          *string             `json:"address"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user