修改注释

This commit is contained in:
18942506660
2023-11-23 16:19:35 +08:00
parent 6f9bc05ddf
commit 7fc396a604
2 changed files with 7 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ namespace WMS.Web.Domain.Entitys
[Column("BillNo")]
public string BillNo { get; set; }
/// <summary>
/// 出方式
/// 出方式 1 按箱 2 按产品
/// </summary>
[Column("Method")]
public InventoryInOutMethod Method { get; set; } = InventoryInOutMethod.Box;