修复bug

This commit is contained in:
18942506660
2023-12-09 11:52:43 +08:00
parent 279945539b
commit bf620e254d
2 changed files with 6 additions and 4 deletions

View File

@@ -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")]