Explorar o código

feat(types): 打分时间设置

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

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

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