enhance(enduser):终端用户统计部分增加终端用户表计类型。

This commit is contained in:
徐涛
2022-09-22 10:19:25 +08:00
parent f4ee7cf8a4
commit 022788bb44
2 changed files with 3 additions and 1 deletions

View File

@@ -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"`