fix():代码生成器保存请求对象,多余空格换行

boot3.0
dongzeliang 2025-03-19 23:19:42 +08:00
parent f1ebbc28e4
commit ce223ff154
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ public class ${ClassName}SaveReq{
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
#end #end
#end #end
#set($isRequired='') #set($isRequired='')
#if($column.isRequired == '1') #if($column.isRequired == '1')
#set($isRequired=', required = true') #set($isRequired=', required = true')