优化
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user