feat(marketing): implement tenant seckill backend module
All checks were successful
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m55s

This commit is contained in:
2026-03-02 13:08:56 +08:00
parent 0f3542f33f
commit c9e2226b48
31 changed files with 3113 additions and 2 deletions

View File

@@ -23,5 +23,10 @@ public enum PromotionType
/// <summary>
/// 抽奖活动。
/// </summary>
Lottery = 3
Lottery = 3,
/// <summary>
/// 秒杀活动。
/// </summary>
Seckill = 4
}