@@ -20,7 +20,7 @@ public class Users implements Serializable {
* 用户ID
*/
@TableId(type = IdType.AUTO)
- private Long userId;
+ private Integer userId;
/**
* 手机号(应用层 AES-256 加密存储)