Pārlūkot izejas kodu

Merge branch 'master' of 192.168.1.41:SmartCost/SCCommon

lipk 3 gadi atpakaļ
vecāks
revīzija
be08769fb2
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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;