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