@@ -141,7 +141,7 @@ public class User implements Serializable {
* 公司id
*/
@TableField("company_id")
- private Integer companyId;
+ private Long companyId;
}