增加梯控服务

This commit is contained in:
lxj
2025-07-10 18:36:45 +08:00
parent f98e94ecd1
commit 815fe53f1a
17 changed files with 508 additions and 91 deletions

View File

@@ -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;
}
/**