新增登录等接口
parent
8b831de35a
commit
55d7930a47
@ -0,0 +1,22 @@
|
||||
package com.sztzjy.financial_bigdata.controller.tea;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ZYUserInfo {
|
||||
private String username;
|
||||
private String password;
|
||||
private String name;
|
||||
private Integer userId;
|
||||
private Integer roleId;
|
||||
private Integer schoolId;
|
||||
private String schoolName;
|
||||
private Integer classId;
|
||||
private String className;
|
||||
private String phone;
|
||||
private Long collegeId;
|
||||
private String collegeName;
|
||||
private Long majorId;
|
||||
private String majorName;
|
||||
|
||||
}
|
Loading…
Reference in New Issue