We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4f94fa + 83b5645 commit b6153b2Copy full SHA for b6153b2
deploy/deploy.sh
@@ -48,6 +48,7 @@ else
48
fi
49
50
51
+pwd
52
53
# 2. maven打包
54
mvn clean
src/test/resources/templates/queryVo.java.vm
@@ -24,9 +24,6 @@ import java.util.Date;
24
@Data
25
@Accessors(chain = true)
26
#end
27
-#if(${table.convert})
28
-@TableName("${table.name}")
29
-#end
30
@ApiModel(value = "${entity}QueryVo对象", description = "$!{table.comment}查询参数")
31
public class ${entity}QueryVo implements Serializable {
32
private static final long serialVersionUID = 1L;
0 commit comments