啊鑫
2025-01-24 bdbfc1045c94e23c74cf9c6f98b0b4f9b0ca0d00
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; }
}
}