From 5dc3cc86f5835369cd830f2a83318b9a8d69cf69 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 15 七月 2025 16:20:19 +0800 Subject: [PATCH] 11 --- MESApplication/Controllers/BasicData/MesInvOrgDamandController.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/MESApplication/Controllers/BasicData/MesInvOrgDamandController.cs b/MESApplication/Controllers/BasicData/MesInvOrgDamandController.cs index 4d08303..92dc6e7 100644 --- a/MESApplication/Controllers/BasicData/MesInvOrgDamandController.cs +++ b/MESApplication/Controllers/BasicData/MesInvOrgDamandController.cs @@ -1,13 +1,13 @@ -锘縰sing Microsoft.AspNetCore.Mvc; -using System.Dynamic; +锘縰sing System.Dynamic; +using MES.Service.Dto.webApi; using MES.Service.Modes; using MES.Service.service; -using MES.Service.util; -using MES.Service.Dto.webApi; using MES.Service.service.BasicData; +using MES.Service.util; +using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; -namespace MESApplication.Controllers; +namespace MESApplication.Controllers.BasicData; [ApiController] [Route("api/[controller]")] @@ -114,7 +114,7 @@ /***杩涘叆妯$増绠$悊鍙互淇敼妯$増***/ /// <summary> - /// 鑾峰彇鎵�鏈� + /// 鑾峰彇鎵�鏈� /// </summary> /// <returns></returns> [HttpPost("GetList")] @@ -139,7 +139,7 @@ /// <summary> - /// 鏍规嵁涓婚敭鑾峰彇 + /// 鏍规嵁涓婚敭鑾峰彇 /// </summary> /// <returns></returns> [HttpPost("GetById")] @@ -163,7 +163,7 @@ } /// <summary> - /// 鏍规嵁涓婚敭鍒犻櫎 + /// 鏍规嵁涓婚敭鍒犻櫎 /// </summary> /// <returns></returns> [HttpPost("DeleteByIds")] @@ -187,7 +187,7 @@ } /// <summary> - /// 娣诲姞 + /// 娣诲姞 /// </summary> /// <returns></returns> [HttpPost("Insert")] @@ -211,7 +211,7 @@ } /// <summary> - /// 娣诲姞杩斿洖鑷 + /// 娣诲姞杩斿洖鑷 /// </summary> /// <returns></returns> [HttpPost("InsertReturnIdentity")] @@ -235,7 +235,7 @@ } /// <summary> - /// 淇敼 + /// 淇敼 /// </summary> /// <returns></returns> [HttpPost("Update")] -- Gitblit v1.9.3