Explorar o código

feat(types): 编号规则定义

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
e39d684097
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/process.ts

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

@@ -398,7 +398,7 @@ export interface IApproval {
     approvalProgress: IScopeType[];
   };
   code?: {
-    rules: [{ type: ECodeRule; value?: string; digit: string }];
+    rules: [{ type: ECodeRule; value?: string; digit?: string }];
     connector: string;
   };
 }