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