diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/java/controller/vo/respVO.vm b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/java/controller/vo/respVO.vm index dd6e16e10..19bc32db6 100644 --- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/java/controller/vo/respVO.vm +++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/java/controller/vo/respVO.vm @@ -4,6 +4,7 @@ import lombok.*; #foreach ($column in $columns) #if (${column.javaType} == "LocalDateTime") import java.time.LocalDateTime; +#break #end #end import io.swagger.annotations.*;