111
cnf
2025-03-25 8b67ee8a1b3e954de07014724f94875815c2783a
MES.Service/Dto/webApi/ProductionOrder/ErpProductionOrder.cs
@@ -3,7 +3,7 @@
    public class ErpProductionOrder
    {
        //public string? Id { get; set; }
        public string? SalesOrder { get; set; }
        public string? SalesOrderNo { get; set; }
        public string? ImageUrl { get; set; }
    }
}