use student id as primary key instead.

This commit is contained in:
Sola
2015-11-26 15:58:56 +08:00
parent c2b2f89805
commit c0f72f4d70
8 changed files with 136 additions and 23 deletions

View File

@@ -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;