|
|
@@ -17,7 +17,7 @@ export interface ISharePermission {
|
|
|
}
|
|
|
|
|
|
export interface IShareProject extends ISharePermission {
|
|
|
- shareDate?: number;
|
|
|
+ shareDate: number;
|
|
|
updateDate?: number;
|
|
|
projectID: string; // 项目ID
|
|
|
compilationID: string;
|
|
|
@@ -25,7 +25,7 @@ export interface IShareProject extends ISharePermission {
|
|
|
}
|
|
|
|
|
|
export interface IShareLib extends ISharePermission {
|
|
|
- shareDate?: number;
|
|
|
+ shareDate: number;
|
|
|
updateDate?: number;
|
|
|
compilationID: string;
|
|
|
}
|