mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:23:26 +08:00
后台【修复】:修复库存显示数据错误,链接错误,商品库存异常列表数据错误的问题。
This commit is contained in:
@@ -29,6 +29,12 @@ namespace CoreCms.Net.IRepository
|
||||
/// <returns></returns>
|
||||
Task<int> GoodsStaticsTotalWarn(int goodsStocksWarn);
|
||||
|
||||
/// <summary>
|
||||
/// 获取库存报警数量(返回商品序列)
|
||||
/// </summary>
|
||||
/// <param name="goodsStocksWarn"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<int>> GoodsStaticsTotalWarnByGoodIds(int goodsStocksWarn);
|
||||
|
||||
/// <summary>
|
||||
/// 获取关联商品的货品列表数据
|
||||
|
||||
Reference in New Issue
Block a user