This commit is contained in:
tongfei
2023-12-15 14:13:08 +08:00
parent d6c4208531
commit b7f1fa7dea

View File

@@ -25,7 +25,7 @@ namespace WMS.Web.Core.Dto.Erp
/// <summary> /// <summary>
/// 明细 /// 明细
/// </summary> /// </summary>
[JsonProperty("FEntity")] [JsonProperty("FInStockEntry")]
public List<ErpPurchaseInStockDetailsSaveDto> Details { get; set; } = new List<ErpPurchaseInStockDetailsSaveDto>(); public List<ErpPurchaseInStockDetailsSaveDto> Details { get; set; } = new List<ErpPurchaseInStockDetailsSaveDto>();
} }
@@ -37,7 +37,7 @@ namespace WMS.Web.Core.Dto.Erp
/// <summary> /// <summary>
/// 明细Id /// 明细Id
/// </summary> /// </summary>
[JsonProperty("FENTRYID")] [JsonProperty("FEntryID")]
public string DetailId { get; set; } public string DetailId { get; set; }
/// <summary> /// <summary>
/// 采购订单明细Id /// 采购订单明细Id