批号添加
This commit is contained in:
@@ -49,5 +49,11 @@ namespace WMS.Web.Core.Dto.Erp
|
||||
/// </summary>
|
||||
[JsonProperty("FRealQty")]
|
||||
public decimal Qty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 批号
|
||||
/// </summary>
|
||||
[JsonProperty("FLot")]
|
||||
public string Lot { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user