仓库接口
This commit is contained in:
@@ -22,11 +22,11 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
/// </summary>
|
||||
/// <param name="id">仓库id</param>
|
||||
/// <returns></returns>
|
||||
Task<List<UcStockResponse>> GetSubUcStockAsync(int id, string name);
|
||||
Task<List<UcStockResponse>> GetSubUcStockAsync(int stockId);
|
||||
/// <summary>
|
||||
/// 获取仓库
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<UcStockResponse>> GetUcStockAsync(string name, int companyId);
|
||||
Task<List<UcStockResponse>> GetUcStockAsync(string systemCode,string name, int companyId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user