public interface SysUserPostMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<SysUserPost>
用户与岗位关联表 Mapper 接口
| 限定符和类型 | 方法和说明 |
|---|---|
void |
batchUserPost(List<SysUserPost> list) |
int |
countUserPostById(Long postId) |
void |
deleteUserPost(Long[] userIds) |
void |
deleteUserPostByUserId(Long userId) |
int countUserPostById(Long postId)
void deleteUserPost(Long[] userIds)
void batchUserPost(List<SysUserPost> list)
void deleteUserPostByUserId(Long userId)
Copyright © 2023. All rights reserved.