fix:专检

This commit is contained in:
geh
2025-03-21 14:33:56 +08:00
parent d609421334
commit 533052efc7
29 changed files with 4575 additions and 48 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.OfficeCheck.Inspect
{
public partial class ProjectQualityInspection : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}