Explorar o código

feat(types): 业务编号规则

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
e64d710217
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 };
   };
 }