chore: 初始化解放动力大柴MES管理站点

This commit is contained in:
yexingqiang
2026-05-29 13:52:39 +08:00
commit 1aae1cb2d7
164 changed files with 116667 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);
}
}