package com.thhy.usercore.modules.sys.sysbutton.mapper; import com.thhy.usercore.modules.sys.sysbutton.entity.SysRoleButton; import org.springframework.stereotype.Component; import java.io.Serializable; import java.util.List; /** *
* Mapper 接口 *
* * @author zhang_xiao_bo * @since 2022-04-01 */ @Component public interface SysRoleButtonMapper { SysRoleButton queryById(Serializable id); Integer queryVersionById(Serializable id); List