Explorar o código

feat(types): 审核意见修改

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

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

@@ -54,4 +54,5 @@ export interface IAuditScoreRemark {
   value: string; // 审核文本
   date: number; // 审核日期的时间戳
   dataID: string; // 审核评分组件的ID
+  username: string; // 修改人的名称
 }