常用工具->司机课堂,评价管理

This commit is contained in:
2024-11-11 10:48:46 +08:00
parent 5a8ee8afc6
commit 125722c03d
21 changed files with 1144 additions and 1 deletions
@@ -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;