init: 山西治金技师学院MES管理系统首次入库

This commit is contained in:
XingCheng3
2026-06-08 17:03:11 +08:00
commit 084a2b9d95
82 changed files with 92088 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<%@ WebHandler Language="C#" Class="MESCommonBase04" %>
using System.Web;
public class MESCommonBase04 : IHttpHandler
{
public bool IsReusable
{
get
{
return false;
}
}
public void ProcessRequest(HttpContext context)
{
string connType = "04";
//ProcessRequestHttpContext.ProcessRequestServer.ProcessRequestHttpContext(connType, context);
}
}