模糊查询来源单-需要供应商和组织信息

This commit is contained in:
tongfei
2023-11-10 11:10:29 +08:00
parent fb0139ad2d
commit c734c2d3d6
3 changed files with 21 additions and 0 deletions

View File

@@ -18,6 +18,15 @@ namespace WMS.Web.Core.Dto.InStockTask
/// </summary>
public int DetailsId { get; set; }
/// <summary>
/// 供应商
/// </summary>
public int SupplierId { get; set; }
/// <summary>
/// 组织
/// </summary>
public int OrgId { get; set; }
/// <summary>
/// 来源单号
/// </summary>