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

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
+3
View File
@@ -99,6 +99,9 @@ dependencies {
api 'com.github.jenly1314.AppUpdater:app-updater:1.2.0'
api 'com.github.jenly1314.AppUpdater:app-dialog:1.2.0'
//评价星星
api 'me.zhanghai.android.materialratingbar:library:1.4.0'
// api 'com.gyf.cactus:cactus:1.1.3-beta13'
@@ -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;