1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

分类管理增删改查完成

This commit is contained in:
2023-04-13 22:07:05 +08:00
parent 7dcf15fd79
commit bad6ecb111
19 changed files with 376 additions and 36 deletions

View File

@@ -186,7 +186,7 @@ public class UserController {
.build();
// 拼装返回结果
JSONObject map = new JSONObject(2);
JSONObject map = new JSONObject(6);
map.put("total", userPageInfo.getTotal());
map.put("list", voList);
map.put("columns", columns);