enhance(model):报表中园区概况中增加保存终端用户消耗总计字段。
This commit is contained in:
parent
9498419163
commit
5058f17eda
|
@ -25,6 +25,7 @@ type ReportSummary struct {
|
||||||
ValleyPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"valleyPrice"`
|
ValleyPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"valleyPrice"`
|
||||||
Loss decimal.NullDecimal `xorm:"numeric(14,2)" json:"loss"`
|
Loss decimal.NullDecimal `xorm:"numeric(14,2)" json:"loss"`
|
||||||
LossFee decimal.NullDecimal `xorm:"numeric(16,2)" json:"lossFee"`
|
LossFee decimal.NullDecimal `xorm:"numeric(16,2)" json:"lossFee"`
|
||||||
|
CustomerConsumption decimal.NullDecimal `xorm:"numeric(16,2)" json:"customerConsumption"`
|
||||||
PublicConsumption decimal.NullDecimal `xorm:"numeric(14,2)" json:"publicConsumption"`
|
PublicConsumption decimal.NullDecimal `xorm:"numeric(14,2)" json:"publicConsumption"`
|
||||||
PublicConsumptionFee decimal.NullDecimal `xorm:"numeric(14,2)" json:"publicConsumptionFee"`
|
PublicConsumptionFee decimal.NullDecimal `xorm:"numeric(14,2)" json:"publicConsumptionFee"`
|
||||||
BasicFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"basicFee"`
|
BasicFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"basicFee"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user