修改移交

This commit is contained in:
2024-07-29 18:06:25 +08:00
parent aa8fe6b2b7
commit eb8003142c
26 changed files with 716 additions and 28 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 SystemStatusSummary : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}