feat(marketing): implement tenant seckill backend module
All checks were successful
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m55s
All checks were successful
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m55s
This commit is contained in:
@@ -23,5 +23,10 @@ public enum PromotionType
|
||||
/// <summary>
|
||||
/// 抽奖活动。
|
||||
/// </summary>
|
||||
Lottery = 3
|
||||
Lottery = 3,
|
||||
|
||||
/// <summary>
|
||||
/// 秒杀活动。
|
||||
/// </summary>
|
||||
Seckill = 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user