增加代金券之前金额

This commit is contained in:
曹磊 2024-07-05 11:27:39 +08:00
parent 35aa3fecf6
commit cc7a9db31b
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ public class Orders implements Serializable {
/** /**
* 项目金额减代金卷之前 * 项目金额减代金卷之前
*/ */
@TableField(exist = false)
private BigDecimal massageCouponMoney; private BigDecimal massageCouponMoney;
/** /**