Przeglądaj źródła

feat(types): 业务编号规则

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

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