AuthTicketMapper.java 242 Bytes
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> {
}