Przeglądaj źródła

feat(types): IProcedureApproval增加name字段

laiguoran 3 lat temu
rodzic
commit
05dbe1e66e
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {
 export interface IProcedureApproval {
   ID: string;
   ID: string;
+  name?: string;
   gatherID: string;
   gatherID: string;
   businessType: BusinessTypeKey;
   businessType: BusinessTypeKey;
   businessID: string;
   businessID: string;