Browse Source

feat(types): 审核评分

lipk 3 năm trước cách đây
mục cha
commit
6338664aac
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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[];