!746 update 优化代码生成模板空格对齐

* update 优化代码生成模板空格对齐
This commit is contained in:
Lapwing 2025-08-22 02:16:51 +00:00 committed by 疯狂的狮子Li
parent 3827da078a
commit cc120c06fd

View File

@ -54,11 +54,8 @@ export interface ${BusinessName}Query #if(!${treeCode})extends PageQuery #end{
#end
#end
#end
/**
* 日期范围参数
*/
params?: any;
/**
* 日期范围参数
*/
params?: any;
}