mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
update ruoyi-generator/src/main/resources/vm/java/vo.java.vm.
This commit is contained in:
parent
844d3ce52f
commit
273fddbf8b
@ -28,7 +28,7 @@ public class ${ClassName}Vo {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
#foreach ($column in $columns)
|
||||
#if($column.isList && $column.isPk!=1 || $column.isPk==1)
|
||||
#if($column.isList || $column.isPk==1)
|
||||
/**
|
||||
* $column.columnComment
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user