jinpengyong
2020-10-21 d3c5982218db1413c8f609f1f51b49c49a2db496
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> {
}