仓位详情方法
This commit is contained in:
@@ -33,6 +33,14 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
/// <param name="companyId"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<UcSubStockResponse>> GetSubUcStockAsync(string systemCode, string name, int companyId);
|
||||
|
||||
/// <summary>
|
||||
/// 获取仓位详情:根据仓位ID和公司ID
|
||||
/// </summary>
|
||||
/// <param name="id"></param>
|
||||
/// <param name="companyId"></param>
|
||||
/// <returns></returns>
|
||||
Task<UcSubStockResponse> GetSubUcStockAsync(int id, int companyId);
|
||||
/// <summary>
|
||||
/// 获取仓库
|
||||
/// </summary>
|
||||
|
||||
@@ -192,5 +192,10 @@ namespace WMS.Web.Domain.Values.Single
|
||||
/// 获取仓库::根据管理系统code和仓位名称和公司ID,备注系统code和公司ID是必填
|
||||
/// </summary>
|
||||
GetWmsSubWarehouseBySystemCodeAndNameAndCompany = 44,
|
||||
|
||||
/// <summary>
|
||||
/// 获取仓位详情:根据仓位ID和公司ID
|
||||
/// </summary>
|
||||
GetWmsSubWarehouseByIdAndCompany = 45,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user