dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改污染溯源接口,从history表中获取改为从history天表获取
kaiyu
2020-11-18
8beab91730f3e3cd6b53e4d498f763ff9dc65ef5
[~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> {
}