소스 검색

feat(types): IProcedureApproval增加name字段

laiguoran 3 년 전
부모
커밋
05dbe1e66e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/process.ts

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

@@ -359,6 +359,7 @@ export interface IProjectApproval extends IApproval {
 // 三合一项目里的流程
 export interface IProcedureApproval {
   ID: string;
+  name?: string;
   gatherID: string;
   businessType: BusinessTypeKey;
   businessID: string;