enhance(model):增加用于保存摊薄费用总计的字段。

This commit is contained in:
徐涛 2022-08-23 15:10:51 +08:00
parent 8c124d4560
commit 922659de94

View File

@ -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 {