@@ -97,4 +97,6 @@ export interface IShareLink {
compilationID: string;
// 创建链接的人ID
creator: string;
+ // 分享时间
+ shareDate: number;
}