fix():代码生成器保存请求对象,多余空格换行
parent
f1ebbc28e4
commit
ce223ff154
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue