/* * 爱组搭,低代码组件化开发平台 * ------------------------------------------ * 受知识产权保护,请勿删除版权申明,开发平台不允许做非法网站,后果自负 */ package com.aizuda.boot.modules.system.mapper; import com.aizuda.boot.modules.system.entity.SysUserDepartment; import com.aizuda.service.mapper.CrudMapper; /** *
* 系统用户部门 Mapper 接口 *
* * @author 青苗 * @since 2023-10-08 */ public interface SysUserDepartmentMapper extends CrudMapper