增加梯控服务
This commit is contained in:
@@ -51,6 +51,8 @@ public class TableDataInfo<T> implements Serializable {
|
||||
public TableDataInfo(List<T> list, long total) {
|
||||
this.rows = list;
|
||||
this.total = total;
|
||||
this.msg = "success";
|
||||
this.code = HttpStatus.HTTP_OK;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user