修改移交

This commit is contained in:
2024-07-30 14:08:46 +08:00
parent 53ab49cb5e
commit 1307746137
10 changed files with 763 additions and 8 deletions
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.Transfer.Chart
{
public partial class SystemstatusEdit : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}