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

Commit 3998669e authored by jiangxiulong's avatar jiangxiulong

hidden

parent 3ce57935
......@@ -25,11 +25,11 @@ public class SweetCItyVoteStatVo implements Serializable, Cloneable {
@ApiModelProperty("城市名称")
private String cityName;
@ApiModelProperty("真实投票数量")
/*@ApiModelProperty("真实投票数量")
private Integer voteNum;
@ApiModelProperty("手动增加投票数量")
private Integer manualVoteNum;
private Integer manualVoteNum;*/
@ApiModelProperty("总投票数")
private Integer totalNum;
......@@ -53,8 +53,8 @@ public class SweetCItyVoteStatVo implements Serializable, Cloneable {
if (null == this) return this;
this.setCityCode(source.getCityCode());
this.setCityName(source.getCityName());
this.setVoteNum(source.getVoteNum());
this.setManualVoteNum(source.getManualVoteNum());
// this.setVoteNum(source.getVoteNum());
// this.setManualVoteNum(source.getManualVoteNum());
this.setTotalNum(source.getTotalNum());
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