Kaynağa Gözat

feat(types): 完善IReviewRecordFormInfo

LuoHaoxuan 3 yıl önce
ebeveyn
işleme
9c9e6fd49a
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      types/src/interface/reviewRecord.ts

+ 2 - 0
types/src/interface/reviewRecord.ts

@@ -16,6 +16,8 @@ export interface IReviewRecordFormTree {
 export interface IReviewRecordFormInfo {
   issues: Record<string, string>;
   pass: Record<string, boolean>;
+  opinion: string;
+  date: number;
 }
 export interface IReviewRecordForm {
   ID: string;