mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
fix #I84XLF 打印方案增加入口参数
This commit is contained in:
@@ -26,6 +26,7 @@ namespace OpenAuth.Repository.Domain
|
||||
this.SourceSql = "";
|
||||
this.CloumnView = "";
|
||||
this.PlanContent = "";
|
||||
this.InParamColumn = "";
|
||||
this.GroupBy = "";
|
||||
this.CreateTime = DateTime.Now;
|
||||
this.Disable = false;
|
||||
@@ -55,6 +56,12 @@ namespace OpenAuth.Repository.Domain
|
||||
[Description("中文视图名;设计打印方案时,提供中文快捷按钮的视图来源")]
|
||||
public string CloumnView { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///入口参数字段;入库参数字段数组,通过,分隔
|
||||
/// </summary>
|
||||
[Description("入口参数字段;入库参数字段数组,通过,分隔")]
|
||||
public string InParamColumn { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///分组字段,通常用于主从表结构打印时
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user