Browse Source

feat(types): 审核评分

lipk 3 years ago
parent
commit
6338664aac
1 changed files with 2 additions and 0 deletions
  1. 2 0
      types/src/interface/auditScore.ts

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

@@ -10,6 +10,8 @@ export interface IAuditDetail {
 
 export interface IAuditScore {
   ID: string;
+  dataID?: string;
+  businessID?: string;
   approvalID: string;
   matterID: string;
   tree: IAuditDetail[];