dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
地图相关资源
fengxiang
2018-06-01
6b5d7c627e8412c3d739f399f6b05a9fe0729e30
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
JwtTokenVersionMapper.java
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> {
}