Browse Source

feat(types): 评分基数字段修改

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

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

@@ -5,7 +5,7 @@ export interface IAuditDetail {
   folder: boolean;
   children?: IAuditDetail[];
   criterion?: string;
-  grade?: number;
+  scoringBase?: number;
 }
 
 export interface IAuditScore {