Files
17168ERP/web/admin/region/handle_bed_in_used.aspx.cs
2025-09-25 15:18:34 +08:00

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