From 922659de947bb05aa8e2ef2e699af22db602a54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 23 Aug 2022 15:10:51 +0800 Subject: [PATCH] =?UTF-8?q?enhance(model):=E5=A2=9E=E5=8A=A0=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E4=BF=9D=E5=AD=98=E6=91=8A=E8=96=84=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E6=80=BB=E8=AE=A1=E7=9A=84=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 4eba3ad..3a2e206 100644 --- a/model/report_summary.go +++ b/model/report_summary.go @@ -54,6 +54,7 @@ type ReportSummary struct { MaintenanceDilutedPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"maintencanceDilutedPrice"` LossDilutedPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"lossDilutedPrice"` PublicConsumptionDilutedPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"publicConsumptionDilutedPrice"` + FinalDilutedOverall decimal.NullDecimal `xorm:"numeric(14,2)" json:"finalDilutedOverall"` } func (ReportSummary) TableName() string {