掛單調整

This commit is contained in:
2025-10-14 13:44:23 +08:00
parent 6fc82510cc
commit 7d36d6b0a6
6 changed files with 578 additions and 13 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_view : MyWeb.config
{
protected void Page_Load(object sender, EventArgs e)
{
}
}