Explorar el Código

feat(types): 审核意见修改

lipk hace 3 años
padre
commit
21ea193d99
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

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