This commit is contained in:
2024-11-05 14:57:52 +08:00
parent 8fcf4864e0
commit 43f815ee65

View File

@@ -122,7 +122,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// </summary>
public string? erp_pk { get; set; }
public List<PurchaseOrderUpdateDetail> details { get; set; }
public List<PurchaseOrderDetail> details { get; set; }
}
/// <summary>