瀏覽代碼

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[];