ソースを参照

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 };
   };
 }