This commit is contained in:
2026-03-19 17:44:27 +08:00
parent 095b310109
commit 1b79aa9d14
5 changed files with 1474 additions and 4 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_order_detail : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}