SNAT地址池管理提交.

This commit is contained in:
zhangwq
2018-11-28 17:50:33 +08:00
parent 2bb5b06f3a
commit 1e7dce869c
25 changed files with 2179 additions and 15 deletions

View File

@@ -181,4 +181,7 @@ public class UserManageService extends BaseService{
}
}
}
public List<UserManage> findUsers() {
return userManageDao.findUsers();
}
}