com.github.rexsheng.springboot.faster.system.mapper.UserTokenMapper Maven / Gradle / Ivy
The newest version!
package com.github.rexsheng.springboot.faster.system.mapper;
import org.apache.ibatis.annotations.Mapper;
import com.mybatisflex.core.BaseMapper;
import com.github.rexsheng.springboot.faster.system.entity.UserToken;
/**
* 用户API TOKEN表 映射层。
*
* @author shengxp
* @since 2024-07-04
*/
@Mapper
public interface UserTokenMapper extends BaseMapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy