dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
地图相关
fengxiang
2018-02-06
c9a299fda3528837c9072b34bb5b270eefe333d1
[~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();
}