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; } }