浏览代码

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

lipk 2 年之前
父节点
当前提交
4ecda7b45c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {