ZhuDongming
2020-06-22 2bc319c2c241d7646cb6805f9364cb7416edfa0a
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.JwtTokenVersion;
 
public interface JwtTokenVersionMapper extends BaseMapper<JwtTokenVersion> {
}