fix(publicity):更新公示报表中错误的json字段命名。
This commit is contained in:
parent
d47a052d39
commit
38ec847f55
|
@ -79,7 +79,7 @@ type MaintenancePart struct {
|
|||
BasicFees decimal.Decimal `json:"basicFees"`
|
||||
LossFee decimal.Decimal `json:"lossFee"`
|
||||
AdjustFee decimal.Decimal `json:"adjustFee"`
|
||||
LossProportion decimal.Decimal `json:"lossProporttion"`
|
||||
LossProportion decimal.Decimal `json:"lossProportion"`
|
||||
AdjustProportion decimal.Decimal `json:"adjustProportion"`
|
||||
AdjustPrice decimal.Decimal `json:"adjustPrice"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user