update 修改代码生成模版,日期范围统一采用addDateRange方法

This commit is contained in:
LiuHao
2023-07-17 22:15:06 +08:00
parent 9a53ed796b
commit 66540b5e56
3 changed files with 49 additions and 31 deletions

View File

@@ -29,6 +29,10 @@ export interface ${BusinessName}Form extends BaseEntity {
}
export interface ${BusinessName}Query #if(!${treeCode})extends PageQuery #end{
/**
* 日期范围参数
*/
params?: any;
#foreach ($column in $columns)
#if($column.query)
/**
@@ -42,3 +46,6 @@ export interface ${BusinessName}Query #if(!${treeCode})extends PageQuery #end{
#end
#end
}