常用工具->司机课堂,评价管理
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user