Explorar el Código

feat(types): 在IReviewRecordForm添加dataID

LuoHaoxuan hace 3 años
padre
commit
6e50038b7e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/reviewRecord.ts

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

@@ -14,6 +14,7 @@ export interface IReviewRecordFormTree {
 
 export interface IReviewRecordForm {
   ID: string;
+  dataID?: string;
   businessID: string; // 业务ID
   approvalID: string; // 流程ID
   matterID: string; // 事项ID