MES.Service/Dto/webApi/ProductionOrder/ProductionsOrder.cs
文件名从 MES.Service/Dto/webApi/ProductionOrder.cs 修改 @@ -4,9 +4,9 @@ using System.Text; using System.Threading.Tasks; namespace MES.Service.Dto.webApi namespace MES.Service.Dto.webApi.ProductionOrder { public class ProductionOrder public class ProductionsOrder { public ErpProductionOrder erpProductionOrder { get; set; } }