forked from free-lancers/electricity_bill_calc_service
		
	enhance(enduser):终端用户统计部分增加终端用户表计类型。
This commit is contained in:
		| @@ -118,6 +118,7 @@ type EndUserPeriodStat struct { | ||||
| 	Address          string              `json:"address"` | ||||
| 	MeterId          string              `bun:"meter_04kv_id" json:"meterId"` | ||||
| 	IsPublicMeter    bool                `bun:"public_meter" json:"isPublicMeter"` | ||||
| 	Kind             int8                `bun:"-" json:"pvKind"` | ||||
| 	Overall          decimal.NullDecimal `json:"overall"` | ||||
| 	Critical         decimal.NullDecimal `json:"critical"` | ||||
| 	Peak             decimal.NullDecimal `json:"peak"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user