Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ else
fi
fi

pwd

# 2. maven打包
mvn clean
Expand Down
3 changes: 0 additions & 3 deletions src/test/resources/templates/queryVo.java.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ import java.util.Date;
@Data
@Accessors(chain = true)
#end
#if(${table.convert})
@TableName("${table.name}")
#end
@ApiModel(value = "${entity}QueryVo对象", description = "$!{table.comment}查询参数")
public class ${entity}QueryVo implements Serializable {
private static final long serialVersionUID = 1L;
Expand Down