Files
17168ERP/web/admin/bill/index.aspx.cs
T
2026-05-11 15:59:23 +08:00

14 lines
275 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 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}