ソースを参照

feat(types): 审核评分

lipk 3 年 前
コミット
6338664aac
1 ファイル変更2 行追加0 行削除
  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[];