|
|
@@ -45,13 +45,11 @@ export interface ISpecifyCptItem {
|
|
|
cptID: string;
|
|
|
}
|
|
|
|
|
|
-interface IProCptItem {
|
|
|
+export interface IProCptItem {
|
|
|
// 编办 ID
|
|
|
compilationID: string;
|
|
|
// 开通时间
|
|
|
upgradeTime: number;
|
|
|
- // 是否激活
|
|
|
- activated: boolean;
|
|
|
// 备注
|
|
|
remark: string;
|
|
|
// 截至时间,0 代表无限制
|
|
|
@@ -60,7 +58,7 @@ interface IProCptItem {
|
|
|
lock: number;
|
|
|
}
|
|
|
|
|
|
-interface IUsedCptItem {
|
|
|
+export interface IUsedCptItem {
|
|
|
// 编办 ID
|
|
|
compilationID: string;
|
|
|
// 第一次使用的时间
|
|
|
@@ -74,14 +72,14 @@ export interface IContactItem {
|
|
|
firstContactTime: number;
|
|
|
}
|
|
|
|
|
|
-interface IEverydayOnlineTimeItem {
|
|
|
+export interface IEverydayOnlineTimeItem {
|
|
|
// 日期
|
|
|
date: number;
|
|
|
// 在线时长
|
|
|
onlineTime: number;
|
|
|
}
|
|
|
|
|
|
-interface ISummary {
|
|
|
+export interface ISummary {
|
|
|
// 最后登录时间
|
|
|
lastLoginTime: number;
|
|
|
// 上次使用的编办
|