修复bug
This commit is contained in:
@@ -35,6 +35,11 @@ namespace WMS.Web.Core.Dto.Erp.OutStock
|
||||
[JsonProperty("FENTRYID")]
|
||||
public string DetailId { get; set; }
|
||||
/// <summary>
|
||||
/// 发货通知单明细Id
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public string DeliveryNoticeDetailId { get; set; }
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
[JsonProperty("FRealQty")]
|
||||
|
||||
Reference in New Issue
Block a user