Browse Source

feat(types): 打分详情,添加步骤ID

lipk 2 years ago
parent
commit
060b2c7f49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/auditScore.ts

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

@@ -39,4 +39,5 @@ export interface IAuditScoreLog {
   name: string; // 考核名称设置
   accountID: string; // 打分的具体账号的id
   createdAt?: number; // 打分时间
+  processID: string; // 打分的步骤
 }