mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:23:25 +08:00
【新增】后端分发优惠券增加按用户组分发的队列功能。
This commit is contained in:
@@ -59,5 +59,13 @@ namespace CoreCms.Net.IRepository
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<StatisticsOut>> StatisticsOrder(int day);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 根据会员组获取会员id
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<int>> GetUserIdsByGrade(int gradeId);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user