1
sjz
2025-03-25 effd0715ce2f89172015359da2c2406236598cfa
MES.Service/Dto/webApi/ProductionOrder/ErpProductionOrder.cs
@@ -2,7 +2,6 @@
{
    public class ErpProductionOrder
    {
        //public string? Id { get; set; }
        public string? SalesOrderNo { get; set; }
        public string? ImageUrl { get; set; }
    }