Browse Source

20201123v1.6

tiaosheng
zy_Java 5 years ago
parent
commit
8be3c5b986
  1. 38
      mt/src/main/java/com/ccsens/mt/bean/po/CompeteCountScoreKey.java

38
mt/src/main/java/com/ccsens/mt/bean/po/CompeteCountScoreKey.java

@ -1,4 +1,3 @@
package com.ccsens.mt.bean.po;
import java.io.Serializable;
@ -38,40 +37,3 @@ public class CompeteCountScoreKey implements Serializable {
return sb.toString();
}
}
//public class CompeteCountScoreKey implements Serializable {
// private Long id;
//
// private Integer shouldTimes;
//
// private static final long serialVersionUID = 1L;
//
// public Long getId() {
// return id;
// }
//
// public void setId(Long id) {
// this.id = id;
// }
//
// public Integer getShouldTimes() {
// return shouldTimes;
// }
//
// public void setShouldTimes(Integer shouldTimes) {
// this.shouldTimes = shouldTimes;
// }
//
// @Override
// public String toString() {
// StringBuilder sb = new StringBuilder();
// sb.append(getClass().getSimpleName());
// sb.append(" [");
// sb.append("Hash = ").append(hashCode());
// sb.append(", id=").append(id);
// sb.append(", shouldTimes=").append(shouldTimes);
// sb.append("]");
// return sb.toString();
// }
//}
Loading…
Cancel
Save