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

This commit is contained in:
midsumor 2025-08-22 10:01:58 +08:00
parent 70d3505b94
commit 3db13fa83f

View File

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