类 PostController
java.lang.Object
com.hengyi.xbaseweb.system.controller.base.XBaseController
com.hengyi.xbaseweb.system.controller.PostController
- 所有已实现的接口:
IXBaseController
前端控制器
- 从以下版本开始:
- 2023-12-15
-
字段概要
从类继承的字段 com.hengyi.xbaseweb.system.controller.base.XBaseController
request, userSessionService -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明batchDeleteSysPost(List<Long> ids) 批量删除添加deleteSysPost(PostDto postDto) 删除postList(PostPageDto postPageDto) 获取所有列表postPage(PostPageDto postPageDto, PageQuery pageQuery) 分页获取列表updateSysPost(PostDto postDto) 更新从类继承的方法 com.hengyi.xbaseweb.system.controller.base.XBaseController
error, error, getAppId, getCurrentUser, getCurrentUserId, getCurrentUsername, getCurrentUserRoles, getMessage, getMessage, status, success, success, toResult, toResult
-
构造器详细资料
-
PostController
public PostController()
-
-
方法详细资料
-
postPage
分页获取列表- 参数:
postPageDto-- 返回:
-
postList
获取所有列表- 参数:
postPageDto-- 返回:
-
create
添加- 返回:
-
updateSysPost
更新- 返回:
-
deleteSysPost
删除- 参数:
postDto-- 返回:
-
batchDeleteSysPost
批量删除- 参数:
ids-- 返回:
-