소스 검색

Merge branch 'master' of http://112.74.42.187:26903/SmartCost/SCCommon

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

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

@@ -177,6 +177,7 @@ export interface IProcedureItem {
   approvalTime: string;
   approvalTime: string;
   executorID?: string;
   executorID?: string;
   members?: executorMember[];
   members?: executorMember[];
+  approvalWay?: string;
 }
 }
 
 
 export interface IApproval {
 export interface IApproval {