CNCEC_SUBQHSE_WUHUAN/SGGL/FineUIPro.Web/ZHGL/TestRunPerformance/TestRunMonthSummaryReport.a...

17 lines
337 B
C#
Raw Normal View History

2024-03-22 17:26:57 +08:00
using BLL;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
namespace FineUIPro.Web.ZHGL.TestRunPerformance
{
public partial class TestRunMonthSummaryReport : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}