增加组织编码
This commit is contained in:
@@ -42,6 +42,11 @@ namespace WMS.Web.Domain.Entitys
|
||||
[Column("DeliveryOrgId")]
|
||||
public int DeliveryOrgId { get; set; }
|
||||
/// <summary>
|
||||
/// 组织编码
|
||||
///</summary>
|
||||
[Column("OrgCode")]
|
||||
public string OrgCode { get; set; }
|
||||
/// <summary>
|
||||
/// 收货客户
|
||||
///</summary>
|
||||
[Column("ReceiptCustomerId")]
|
||||
|
||||
Reference in New Issue
Block a user