修改人车管理

This commit is contained in:
haozq 2024-03-20 13:55:15 +08:00
parent 68eee52a4e
commit f4534302e2
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class TeamManageController extends BaseController {
@PostMapping("getTeamLists")
@Log(title = "人员管理", menu = "人员管理->人员管理", grade = OperationType.QUERY_BUSINESS, details = "查询人员", type = "业务日志")
public TableDataInfo getTeamLists(TeamManageVo vo) {
startPage();
List<TeamManageVo> list = service.getTeamLists(vo);
return getDataTable(list);