报表页面

This commit is contained in:
2024-01-29 10:02:33 +08:00
parent bf1ede67fd
commit 4f0caef4dc
39 changed files with 793 additions and 4 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 Instrumentation : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}