Skip to content

Commit 83b5645

Browse files
🇨🇳 1.3.0.RELEASE shiro+jwt
1 parent 11ab5a8 commit 83b5645

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deploy/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ else
4848
fi
4949
fi
5050

51+
pwd
5152

5253
# 2. maven打包
5354
mvn clean

src/test/resources/templates/queryVo.java.vm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ import java.util.Date;
2424
@Data
2525
@Accessors(chain = true)
2626
#end
27-
#if(${table.convert})
28-
@TableName("${table.name}")
29-
#end
3027
@ApiModel(value = "${entity}QueryVo对象", description = "$!{table.comment}查询参数")
3128
public class ${entity}QueryVo implements Serializable {
3229
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)