Explorar el Código

feat(types): 打分时间

lipk hace 3 años
padre
commit
129467c2d2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/auditScore.ts

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

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