From 5058f17eda869fad68ad974881cec2889d1ee400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 22 Aug 2022 14:08:48 +0800 Subject: [PATCH] =?UTF-8?q?enhance(model):=E6=8A=A5=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E5=9B=AD=E5=8C=BA=E6=A6=82=E5=86=B5=E4=B8=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E7=BB=88=E7=AB=AF=E7=94=A8=E6=88=B7=E6=B6=88?= =?UTF-8?q?=E8=80=97=E6=80=BB=E8=AE=A1=E5=AD=97=E6=AE=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/report_summary.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/report_summary.go b/model/report_summary.go index b314234..aa369a1 100644 --- a/model/report_summary.go +++ b/model/report_summary.go @@ -25,6 +25,7 @@ type ReportSummary struct { ValleyPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"valleyPrice"` Loss decimal.NullDecimal `xorm:"numeric(14,2)" json:"loss"` 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"` PublicConsumptionFee decimal.NullDecimal `xorm:"numeric(14,2)" json:"publicConsumptionFee"` BasicFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"basicFee"`