Explorar o código

feat(ttypes): 审核评分表,添加审核人

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

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

@@ -20,4 +20,9 @@ export interface IAuditScore {
     qualified: number;
     failure: number;
   };
+  personApproving?: {
+    name: string;
+    executorID: string;
+    enable: boolean;
+  }[];
 }