feat : coupon

This commit is contained in:
2025-02-27 15:32:36 +08:00
parent 81bc1d5456
commit d046b34cea
11 changed files with 338 additions and 17 deletions

View File

@@ -51,4 +51,8 @@ class CouponCode
CONST INT DISPENSE_STATUS_IS_NO_RECEIVED = 1;
CONST INT DISPENSE_STATUS_IS_RECEIVED = 2;
/**
* @var int 优惠券发放方式 0 系统发放
*/
const int SYSTEMIC_DISTRIBUTION = 0;
}