mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
!330 update codegen/java/controller/vo/respVO.vm.
Merge pull request !330 from supine-win/N/A
This commit is contained in:
commit
969da3abaf
@ -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.*;
|
||||
|
Loading…
Reference in New Issue
Block a user