|
|
@@ -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;
|
|
|
|