Quellcode durchsuchen

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

lipk vor 2 Jahren
Ursprung
Commit
e2ce92d5cb
2 geänderte Dateien mit 2 neuen und 8 gelöschten Zeilen
  1. 1 8
      types/src/interface/api/approvaApi.ts
  2. 1 0
      types/src/interface/matter.ts

+ 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 namespace PostApprovalCopyGatherYsProfileFiles {
   export type Params = {
   export type Params = {

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

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