Переглянути джерело

feat(types): 修改模板文件类型

lipk 2 роки тому
батько
коміт
e2ce92d5cb

+ 1 - 8
types/src/interface/api/approvaApi.ts

@@ -1,11 +1,4 @@
-import {
-  EUpDown,
-  IBusinessProcessFee,
-  IBusinessProcessFeeParam,
-  IGatherYsProfileFile,
-  IMatterNode,
-  UploadMsg,
-} from '..';
+import { EUpDown, IGatherYsProfileFile, IMatterNode, UploadMsg } from '..';
 
 export namespace PostApprovalCopyGatherYsProfileFiles {
   export type Params = {

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

@@ -85,6 +85,7 @@ export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
   businessID: string;
   matterID?: string;
   matterListID?: string;
+  dataID?: string;
   approvalID?: string;
   creatorId: string;
   creatorName: string;