Przeglądaj źródła

feat(types): 流程添加排序字段

lipk 2 lat temu
rodzic
commit
4ecda7b45c
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

@@ -403,6 +403,7 @@ export interface IApproval {
     connector: string;
     autoCode?: { type: ECodeRule; value?: string; digits?: string };
   };
+  sort?: number;
 }
 
 export enum ApprovalStatus {