Przeglądaj źródła

feat(types): process

qinlaiqiao 4 lat temu
rodzic
commit
594a0ed48a
2 zmienionych plików z 6 dodań i 1 usunięć
  1. 1 1
      types/package.json
  2. 5 0
      types/src/interface/process.ts

+ 1 - 1
types/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sc/types",
-  "version": "1.0.32",
+  "version": "1.0.33",
   "description": "共用类型文件",
   "main": "./dist/index.cjs.js",
   "module": "./dist/index.esm.js",

+ 5 - 0
types/src/interface/process.ts

@@ -113,6 +113,11 @@ export enum ApprovalStatus {
   APPROVED = 'approved', // 审批通过
 }
 
+export interface IProcessAuditMoney {
+  processID: string;
+  data: any[];
+}
+
 // 复制到项目里的流程
 export interface IProjectApproval extends IApproval {
   financialProjectID: string; // 财审项目ID