mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
优化单元测试;增加打印方案单元测试
This commit is contained in:
18
OpenAuth.App/SysPrinterPlanApp/Request/QueryReq.cs
Normal file
18
OpenAuth.App/SysPrinterPlanApp/Request/QueryReq.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace OpenAuth.App.Request
|
||||
{
|
||||
/// <summary>
|
||||
/// 打印方案数据源请求参数
|
||||
/// </summary>
|
||||
public class QueryReq : PageReq
|
||||
{
|
||||
/// <summary>
|
||||
///数据源;打印方案对应的数据来源SQL
|
||||
/// </summary>
|
||||
public string SourceSql { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 入口参数JSON字符串
|
||||
/// </summary>
|
||||
public string ParamJsonStr { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user