于紫祥_1901
2020-08-24 53217a560fecddcf8ff5b7583532f49381b14d80
1
2
3
4
5
package com.moral.security.model.token;
 
public interface JwtToken {
    String getToken();
}