五环质量月报新

This commit is contained in:
2024-03-18 09:04:53 +08:00
parent 4d8f810268
commit 7b603ac9e4
23 changed files with 3374 additions and 3 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.CQMS.ManageReportNew
{
public partial class MonthReportNewEdit : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}