dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
地图相关资源
fengxiang
2018-02-07
a8532c88680e4ab213c269ec91da5b223f62332f
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
security
/
model
/
token
/
JwtToken.java
1
2
3
4
5
package com.moral.security.model.token;
public interface JwtToken {
String getToken();
}