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