dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
合并sql并修改最大值最小值计算
ZhuDongming
2019-08-19
1a287e90e648f6f8340e75f5793ebf3d92864fe0
[~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();
}