Browse Source

feat(types): 审核意见修改

lipk 2 năm trước cách đây
mục cha
commit
21ea193d99
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/auditScore.ts

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

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