添加3个页面,当前为测试用

This commit is contained in:
2024-11-11 15:10:35 +08:00
parent 4c037d08b6
commit 6fd65fc61d
16 changed files with 339 additions and 2 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.ZHGL.FirstArticalInspaction
{
public partial class LLM : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}