Explorar el Código

feat(types): 审核评分

lipk hace 3 años
padre
commit
6338664aac
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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[];