cnf
2025-03-24 d84ac8a7ee3121b791d8d4d59ab6f2b766796948
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; }
    }