From a90dc5478863c8680846e5ffc3930aad92850bd4 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 12 Sep 2023 10:20:46 +0800 Subject: [PATCH] 优惠卷 --- src/main/java/cc/mrbird/febs/mall/entity/MallGoodsCoupon.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/entity/MallGoodsCoupon.java b/src/main/java/cc/mrbird/febs/mall/entity/MallGoodsCoupon.java index c2fcd81..d4a760c 100644 --- a/src/main/java/cc/mrbird/febs/mall/entity/MallGoodsCoupon.java +++ b/src/main/java/cc/mrbird/febs/mall/entity/MallGoodsCoupon.java @@ -14,6 +14,8 @@ private String name; //过期天数 private Integer expireDay; + //1:未生效 2:生效中 + private Integer state; //满1000减100,满0减50; //满足金额 private BigDecimal costAmount; -- Gitblit v1.9.1