feat : auto coupon

This commit is contained in:
2025-02-27 10:05:48 +08:00
parent c8db3e170d
commit 81bc1d5456
6 changed files with 136 additions and 9 deletions

View File

@@ -44,4 +44,11 @@ class CouponCode
CONST INT COUPON_STATUS_UNUSED = 1;
CONST INT COUPON_STATUS_USED = 2;
CONST INT COUPON_STATUS_NOT_EXPIRE = 3;
/**
* @var int 优惠券发放状态 1 未领取 2 已领取
*/
CONST INT DISPENSE_STATUS_IS_NO_RECEIVED = 1;
CONST INT DISPENSE_STATUS_IS_RECEIVED = 2;
}