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