ZhuDongming
2019-08-06 1b92dd5752347a995f91d4383a48a5b374d55aaf
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> {
}