package com.mes.userinfo.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.mes.userinfo.entity.SysUserRole; /** *

* Mapper 接口 *

* * @author zhoush * @since 2024-04-11 */ public interface SysUserRoleMapper extends MPJBaseMapper { }