把资料库产色的几个文件提交,汇出挂单功能的数据,状态数据要有才能运行

This commit is contained in:
2025-09-12 13:48:04 +08:00
parent 0b0ddc82bd
commit 4419dfff64
12 changed files with 667 additions and 231 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class admin_guadan_guest_index : MyWeb.config
{
protected void Page_Load(object sender, EventArgs e)
{
}
}