doum
3 天以前 7ec3683c8e41460f4bb0bd3a6677198742313e2b
server/system_service/src/main/java/com/doumee/biz/system/SystemPositionBiz.java
@@ -10,35 +10,35 @@
    /**
     * 新建
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    Integer create(SystemPosition systemPosition);
    /**
     * 编辑
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    void updateById(SystemPosition systemPosition);
    /**
     * 查询岗位列表树
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    List<SystemPositionListVO> findTree();
    /**
     * 删除
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    void deleteById(Integer id);
    /**
     * 批量删除
     * @author Eva.Caesar Liu
     * @author doumee
     * @date 2023/03/21 14:49
     */
    void deleteByIdInBatch(List<Integer> ids);