Commit 4c63ea51 by yinyong

头程费costFirst修改

parent fa46c1ed
...@@ -36,7 +36,7 @@ public class CostFirstData { ...@@ -36,7 +36,7 @@ public class CostFirstData {
@JSONField(name = "clearanceGoodsFee") @JSONField(name = "clearanceGoodsFee")
private BigDecimal costGoodsClearance; private BigDecimal costGoodsClearance;
//总费用 //总费用
@JSONField(name = "totalPrices") @JSONField(name = "moneyRMB")
private BigDecimal costFirst; private BigDecimal costFirst;
@JSONField(name = "operationTime") @JSONField(name = "operationTime")
private LocalDateTime operationTime; private LocalDateTime operationTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment