常用工具->司机课堂,评价管理
This commit is contained in:
@@ -12,6 +12,15 @@ public class CommonResponseBean<T> implements Serializable {
|
||||
private int code;
|
||||
private String msg;
|
||||
|
||||
private int total;
|
||||
|
||||
public int getTotal() {
|
||||
return total;
|
||||
}
|
||||
|
||||
public void setTotal(int total) {
|
||||
this.total = total;
|
||||
}
|
||||
|
||||
public T getData() {
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user