调整仓库在出库单的位置

This commit is contained in:
18942506660
2023-11-22 10:05:06 +08:00
parent e9d775870b
commit 21291356d7
10 changed files with 43 additions and 49 deletions

View File

@@ -47,6 +47,11 @@ namespace WMS.Web.Domain.Entitys
[Column("ReceiptCustomerId")]
public int ReceiptCustomerId { get; set; }
/// <summary>
/// 仓库
///</summary>
[Column("StockCode")]
public string StockCode { get; set; }
/// <summary>
/// 创建人
/// </summary>
[Column("CreatorId")]