소스 검색

feat(types): 编辑文件调整

lipk 1 년 전
부모
커밋
c0c9d6b04a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      types/src/interface/api/approvaApi.ts

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

@@ -98,7 +98,6 @@ export namespace PostApprovalCreateFile {
     required: boolean;
     mode: string[];
     businessID: string;
-    matterID: string;
     remark?: string;
     profileIndex?: string;
   };