forked from free-lancers/electricity_bill_calc_service
feat(report):完成获取报表中园区概况接口。
This commit is contained in:
@@ -7,12 +7,12 @@ type ReportSummary struct {
|
||||
Overall decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"overall"`
|
||||
OverallFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"overallFee"`
|
||||
OverallPrice decimal.Decimal `xorm:"numeric(16,8)" json:"overallPrice"`
|
||||
Critical decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"critial"`
|
||||
Critical decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"critical"`
|
||||
CriticalFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"criticalFee"`
|
||||
CriticalPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"criticalPrice"`
|
||||
Peek decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"peek"`
|
||||
PeekFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"peekFee"`
|
||||
PeekPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"peekPrice"`
|
||||
Peek decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"peak"`
|
||||
PeekFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"peakFee"`
|
||||
PeekPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"peakPrice"`
|
||||
Flat decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"flat"`
|
||||
FlatFee decimal.Decimal `xorm:"numeric(14,2) not null default 0" json:"flatFee"`
|
||||
FlatPrice decimal.NullDecimal `xorm:"numeric(16,8)" json:"flatPrice"`
|
||||
|
Reference in New Issue
Block a user