zjh
2025-05-12 4758d6873110195be6df2840b20fc5c8ca85d240
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; }
}
}