enhance(model):调整数据结构使其方便迁移。

This commit is contained in:
徐涛 2022-09-20 15:09:00 +08:00
parent c7569fbc2c
commit 2c182496fa

View File

@ -45,7 +45,7 @@ type ReportSummary struct {
type Consumptions struct {
Consumption decimal.NullDecimal `json:"consumption"`
Fee decimal.NullDecimal `json:"fee"`
ConsumptionFee decimal.NullDecimal `json:"fee"`
Critical decimal.NullDecimal `json:"critical"`
CriticalFee decimal.NullDecimal `json:"criticalFee"`
Peak decimal.NullDecimal `json:"peak"`