修改注释
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user