Просмотр исходного кода

feat(types): IProcedureApproval增加name字段

laiguoran 3 лет назад
Родитель
Сommit
05dbe1e66e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/process.ts

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

@@ -359,6 +359,7 @@ export interface IProjectApproval extends IApproval {
 // 三合一项目里的流程
 export interface IProcedureApproval {
   ID: string;
+  name?: string;
   gatherID: string;
   businessType: BusinessTypeKey;
   businessID: string;