Explorar o código

feat(types): 修改IProcedureItem

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
db31f349e2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/process.ts

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

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