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