瀏覽代碼

feat(types): 业务编号规则

lipk 2 年之前
父節點
當前提交
e64d710217
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/process.ts

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

@@ -400,6 +400,7 @@ export interface IApproval {
   code?: {
     rules: [{ type: ECodeRule; value?: string; digit?: string }];
     connector: string;
+    autoCode?: { type: ECodeRule; value?: string; digit?: string };
   };
 }