增加留存字段

This commit is contained in:
18942506660
2023-11-22 15:11:00 +08:00
parent b9fb9219e9
commit 81616cd477
4 changed files with 51 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ namespace WMS.Web.Domain.Entitys
[Column("BoxId")]
public int BoxId { get; set; }
/// <summary>
/// 组织编码
///</summary>
[Column("OrgCode")]
public string OrgCode { get; set; }
/// <summary>
/// 仓库
///</summary>
[Column("StockCode")]