记得上下班打卡 | git大法好,push需谨慎

Commit 3998669e authored by jiangxiulong's avatar jiangxiulong

hidden

parent 3ce57935
...@@ -25,11 +25,11 @@ public class SweetCItyVoteStatVo implements Serializable, Cloneable { ...@@ -25,11 +25,11 @@ public class SweetCItyVoteStatVo implements Serializable, Cloneable {
@ApiModelProperty("城市名称") @ApiModelProperty("城市名称")
private String cityName; private String cityName;
@ApiModelProperty("真实投票数量") /*@ApiModelProperty("真实投票数量")
private Integer voteNum; private Integer voteNum;
@ApiModelProperty("手动增加投票数量") @ApiModelProperty("手动增加投票数量")
private Integer manualVoteNum; private Integer manualVoteNum;*/
@ApiModelProperty("总投票数") @ApiModelProperty("总投票数")
private Integer totalNum; private Integer totalNum;
...@@ -53,8 +53,8 @@ public class SweetCItyVoteStatVo implements Serializable, Cloneable { ...@@ -53,8 +53,8 @@ public class SweetCItyVoteStatVo implements Serializable, Cloneable {
if (null == this) return this; if (null == this) return this;
this.setCityCode(source.getCityCode()); this.setCityCode(source.getCityCode());
this.setCityName(source.getCityName()); this.setCityName(source.getCityName());
this.setVoteNum(source.getVoteNum()); // this.setVoteNum(source.getVoteNum());
this.setManualVoteNum(source.getManualVoteNum()); // this.setManualVoteNum(source.getManualVoteNum());
this.setTotalNum(source.getTotalNum()); this.setTotalNum(source.getTotalNum());
return this; return this;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment