package com.qianwen.smartman.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.qianwen.smartman.modules.system.entity.DeptScope; public interface DeptScopeMapper extends BaseMapper { }