查詢範例

This commit is contained in:
2025-10-19 21:59:22 +08:00
parent 87a2c35300
commit 6a43883d08
12 changed files with 6293 additions and 53 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Web.UI;
public partial class admin_pivot_query : MyWeb.config
{
protected void Page_Load(object sender, EventArgs e)
{
// 頁面初始化(暫無邏輯)
}
}