Files
17168ERP/web/admin/guadan/statistics_table.aspx.cs
2025-09-09 16:25:28 +08:00

14 lines
282 B
C#

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_statistics_table : MyWeb.config
{
protected void Page_Load(object sender, EventArgs e)
{
}
}