@@ -108,5 +108,5 @@ public class CompanyVO implements Serializable
// 控制休息提示是否打开要暂停 0-关闭 1-打开 null-默认打开
private Integer isOpenRestReminder;
- private Integer accountId;
+ private Long accountId;
}