沈斌
2018-02-02 048a16df2d0057dad992c2ed7b4fcbff86d2032d
1
2
3
4
5
package com.moral.security.model.token;
 
public interface JwtToken {
    String getToken();
}