Browse Source

feat(types): 修改IFileRef

zhangweicheng 4 năm trước cách đây
mục cha
commit
7ea60697c7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/base.ts

+ 1 - 0
types/src/interface/base.ts

@@ -22,6 +22,7 @@ export interface IFileRef {
   ID: string;
   ID: string;
   name: string;
   name: string;
   type?: number;
   type?: number;
+  isDefault?: boolean;
 }
 }
 
 
 export interface INumFileRef {
 export interface INumFileRef {