Pārlūkot izejas kodu

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

wupeixin 3 gadi atpakaļ
vecāks
revīzija
6dc8c2f231
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      types/src/interface/process.ts

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

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