mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:23:26 +08:00
【新增】新增仿点餐模块
This commit is contained in:
@@ -23,5 +23,12 @@ namespace CoreCms.Net.IRepository
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<int> GetCountAsync(int userId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取购物车商品总价格
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<decimal> GetMoneyAsync(int userId);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user