enhance(model):增加用于保存摊薄费用总计的字段。
This commit is contained in:
parent
8c124d4560
commit
922659de94
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user