Commit 07e2cf740e19874cf9067b316b87c353ccc129fa
1 parent
b8e0b2a1
按需修改用户评价
Showing
1 changed file
with
8 additions
and
2 deletions
trash-garbage/src/main/java/com/trash/garbage/pojo/domain/GarOrderEvaluate.java
| ... | ... | @@ -174,6 +174,12 @@ public class GarOrderEvaluate implements Serializable { |
| 174 | 174 | public static long getSerialversionuid() { |
| 175 | 175 | return serialVersionUID; |
| 176 | 176 | } |
| 177 | - | |
| 178 | - | |
| 177 | + | |
| 178 | + public Integer getCountTheNumber() { | |
| 179 | + return countTheNumber; | |
| 180 | + } | |
| 181 | + | |
| 182 | + public void setCountTheNumber(Integer countTheNumber) { | |
| 183 | + this.countTheNumber = countTheNumber; | |
| 184 | + } | |
| 179 | 185 | } |
| 180 | 186 | \ No newline at end of file | ... | ... |