20250710 试压包资料
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class FastReportItem
|
||||
{
|
||||
/// <summary>
|
||||
/// Table数据源集
|
||||
/// </summary>
|
||||
public List<DataTable> DataTables { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 参数键值对
|
||||
/// </summary>
|
||||
public Dictionary<string, string> ParameterValues { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 模板路径
|
||||
/// </summary>
|
||||
public string ReportPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user