任务详情

This commit is contained in:
tongfei
2024-03-27 10:12:37 +08:00
parent 621485fb4c
commit ca3a43c775
11 changed files with 461 additions and 12 deletions

View File

@@ -27,6 +27,12 @@ namespace WMS.Web.Domain.Entitys
/// 来源单号
/// </summary>
public string SourceBillNo { get; set; }
/// <summary>
/// 销售订单号
/// </summary>
public string SaleBillNo { get; set; }
/// <summary>
/// 入库状态
/// </summary>
@@ -68,6 +74,16 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public DateTime? RepealTime { get; set; }
/// <summary>
/// 供应商Id
/// </summary>
public int SupplierId { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 明细
/// </summary>