fengxiang
2018-02-05 f1e25082a58c8cb57dd45d226d3a94f4af4a0677
1
2
3
4
5
package com.moral.security.model.token;
 
public interface JwtToken {
    String getToken();
}