소스 검색

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