Przeglądaj źródła

feat(types): 上传文件,添加processID

lipk 2 lat temu
rodzic
commit
2f980c3704
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/gatherYsProfileFile.ts

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

@@ -11,6 +11,7 @@ export interface IGatherYsProfileFile {
   createTime: number; // 上传时间
   userName?: string; // 用户名
   ftID?: string; // 飞图CAD预览id,缺少代表未转换
+  processID?: string;
 }
 
 export enum EUpDown {