فهرست منبع

feat(types): 修改IProcedureItem

LuoHaoxuan 3 سال پیش
والد
کامیت
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 {