mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 01:46:18 +08:00
use student id as primary key instead.
This commit is contained in:
@@ -14,9 +14,8 @@ import love.sola.netsupport.enums.ISPType;
|
||||
@AllArgsConstructor
|
||||
public class User {
|
||||
|
||||
private final int id;
|
||||
private final long id;
|
||||
private final String name;
|
||||
private final long studentId;
|
||||
private String netAccount;
|
||||
private ISPType isp;
|
||||
private String wechatId;
|
||||
|
||||
Reference in New Issue
Block a user