提交子公司客户化修改

This commit is contained in:
2022-12-26 14:34:56 +08:00
parent 5ac9cee30c
commit 3f114efa2f
215 changed files with 83912 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
using BLL;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.common
{
public partial class main2 : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
}
}
}
}