zjh
2025-02-21 5c2991456d91a0fd236452bec2581ca50f9a48e2
StandardPda/MES.Service/Dto/webApi/ErpDelivery.cs
@@ -1,4 +1,5 @@
namespace MES.Service.Dto.webApi;
public class ErpDelivery
{
    public string? Type { get; set; }
@@ -8,4 +9,4 @@
    public string? Remark { get; set; }
    public string? SupplierId { get; set; }
    public string? ErpId { get; set; }
}
}