lishiqiang 4 일 전
부모
커밋
01313d83e1

+ 6 - 0
ship-module-trade/ship-module-trade-biz/src/main/java/com/yc/ship/module/trade/dal/dataobject/order/TradeOrderTotalDO.java

@@ -112,6 +112,12 @@ public class TradeOrderTotalDO extends TenantBaseDO {
     @ForUpdate(fieldName = "其它费用")
     private BigDecimal otherMoney;
 
+    @ForUpdate(fieldName = "16免1人数")
+    private Integer freeNum;
+
+    @ForUpdate(fieldName = "16免1金额")
+    private Integer freeAmount;
+
     @ForUpdate(fieldName = "其它备注")
     private String otherRemark;