清理无用代码

This commit is contained in:
a88359121
2025-07-31 11:18:43 +08:00
parent 03087c0483
commit 2c4be8993c
107 changed files with 1119 additions and 1477 deletions
+2 -7
View File
@@ -7,11 +7,6 @@ using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Emit;
using System.Runtime.Remoting.Messaging;
using System.Text;
using System.Threading.Tasks;
namespace JinYuan.MES
{
@@ -45,7 +40,7 @@ namespace JinYuan.MES
equipNum = equipNum,
userName = userName,
passWord = passWord,
userCardID =null// UserCardID
userCardID = null// UserCardID
};
var nowDate = DateTime.Now;
@@ -149,7 +144,7 @@ namespace JinYuan.MES
resJson = $"设备参数设定值请求接口发生异常:{ex.Message}";
LoggerHelp.WriteEX("设备参数设定值请求接口", ex);
}
return null;
}