Files
17168ERP/web/admin/bill/index.aspx.cs
T
2026-05-15 17:04:49 +08:00

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