소스 검색

feat(types): 修改IProcedureItem

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

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

@@ -165,6 +165,7 @@ export interface IProcedureItem {
   approvalStatus: string;
   content: string;
   approvalTime: string;
+  executorID?: string;
 }
 
 export interface IApproval {