调整出库和出库任务结构

This commit is contained in:
18942506660
2023-11-03 15:34:24 +08:00
parent ad8f91bc7d
commit 6e191140e9
9 changed files with 205 additions and 48 deletions

View File

@@ -35,16 +35,7 @@ namespace WMS.Web.Domain.Entitys
///</summary>
[Column("SaleBillNo")]
public string SaleBillNo { get; set; }
/// <summary>
/// 发货组织
///</summary>
[Column("DeliveryOrgId")]
public int DeliveryOrgId { get; set; }
/// <summary>
/// 收货客户
///</summary>
[Column("ReceiptCustomerId")]
public int ReceiptCustomerId { get; set; }
/// <summary>
/// 物料Id
///</summary>