修改PartialEntity_Entity模板不选统计字段不增加输入参数
This commit is contained in:
parent
38e9cddf36
commit
a9ee6c893e
@ -41,8 +41,10 @@ public partial class @(@Model.ClassName)Output
|
||||
/// </summary>
|
||||
public partial class Page@(@Model.ClassName)Input
|
||||
{
|
||||
public string[] GroupBy { get; set; }
|
||||
public string[] Sum { get; set; }
|
||||
public IEnumerable<AggregationConfig> Aggregations { get; set; }
|
||||
@if(@Model.TableField.Any(x=>x.Statistical == "Y")){
|
||||
@:public string[] GroupBy { get; set; }
|
||||
@:public string[] Sum { get; set; }
|
||||
@:public IEnumerable<AggregationConfig> Aggregations { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user