From 5ad394cf1708a4629f90f40bfd9b48d9a9f6f0c8 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 21 五月 2025 16:55:18 +0800 Subject: [PATCH] 测试出库抽检流程,重构代码修复事务处理的问题 --- api/ErpController.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Controllers/ErpController.cs b/api/ErpController.cs similarity index 75% rename from Controllers/ErpController.cs rename to api/ErpController.cs index 7607f1f..1e46eb3 100644 --- a/Controllers/ErpController.cs +++ b/api/ErpController.cs @@ -1,11 +1,10 @@ 锘縰sing System; -using HH.WCS.Mobox3.DSZSH.AppStart; using Newtonsoft.Json; using System.Collections.Generic; using System.Web.Http; -namespace HH.WCS.Mobox3.DSZSH.Controllers { +namespace HH.WCS.Mobox3.DSZSH.api { /// <summary> /// ERP 璋冪敤鐨勬帴鍙� /// </summary> -- Gitblit v1.9.1