feat(marketing): implement marketing calendar backend
All checks were successful
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m59s
All checks were successful
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m59s
This commit is contained in:
@@ -38,6 +38,14 @@ public interface IPunchCardRepository
|
||||
IReadOnlyCollection<long> templateIds,
|
||||
CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// 查询单门店全部次卡模板。
|
||||
/// </summary>
|
||||
Task<IReadOnlyList<PunchCardTemplate>> GetTemplatesByStoreAsync(
|
||||
long tenantId,
|
||||
long storeId,
|
||||
CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// 按模板批量统计售卖与在用信息。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user