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