From bed94aa341f9ed75a761b87acd05a40b1a62ab0b Mon Sep 17 00:00:00 2001 From: supine-win Date: Wed, 14 Dec 2022 01:35:32 +0000 Subject: [PATCH] =?UTF-8?q?update=20codegen/java/controller/vo/respVO.vm.?= =?UTF-8?q?=20=E6=98=AF=E4=B8=8D=E6=98=AF=E7=BC=BA=E5=B0=91break?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: supine-win --- .../src/main/resources/codegen/java/controller/vo/respVO.vm | 1 + 1 file changed, 1 insertion(+) 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.*;