Commit a43d273beebc455b947cec5e1173f075fd30204c
Merge branch 'dev' of http://61.169.120.202:8888/youxiw20000/trash into dev
Showing
1 changed file
with
8 additions
and
2 deletions
trash-garbage/src/main/java/com/trash/garbage/pojo/domain/GarOrderEvaluate.java
| @@ -184,6 +184,12 @@ public class GarOrderEvaluate implements Serializable { | @@ -184,6 +184,12 @@ public class GarOrderEvaluate implements Serializable { | ||
| 184 | public static long getSerialversionuid() { | 184 | public static long getSerialversionuid() { |
| 185 | return serialVersionUID; | 185 | return serialVersionUID; |
| 186 | } | 186 | } |
| 187 | - | ||
| 188 | - | 187 | + |
| 188 | + public Integer getCountTheNumber() { | ||
| 189 | + return countTheNumber; | ||
| 190 | + } | ||
| 191 | + | ||
| 192 | + public void setCountTheNumber(Integer countTheNumber) { | ||
| 193 | + this.countTheNumber = countTheNumber; | ||
| 194 | + } | ||
| 189 | } | 195 | } |
| 190 | \ No newline at end of file | 196 | \ No newline at end of file |