AuthTicketMapper.java 242 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 package com.meishu.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.meishu.model.AuthTicket; import org.apache.ibatis.annotations.Mapper; @Mapper public interface AuthTicketMapper extends BaseMapper<AuthTicket> { }