Commit e81aae2b authored by 周健威's avatar 周健威

调整项目

parent 26eb804a
......@@ -11,17 +11,11 @@ public class JWTInfo implements Serializable,IJWTInfo {
private String name;
// keliii 请求分类
private String requestType;
// private Integer dataAll;
// private String dataZone;
// private String dataCompany;
public JWTInfo(String username, String userId, String name) {
this.username = username;
this.userId = userId;
this.name = name;
// this.dataAll = dataAll;
// this.dataZone = dataZone;
// this.dataCompany = dataCompany;
}
public JWTInfo(String username, String userId, String name, String requestType) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment