Browse Source

feat(types): 批量评分接口

lipk 3 years ago
parent
commit
1a0c1d905b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/api/approvaApi.ts

+ 1 - 1
types/src/interface/api/approvaApi.ts

@@ -128,7 +128,7 @@ export namespace GetApprovalExecutorMembers {
 
 
 export namespace PostApprovalBatchAddAuditScoreLog {
 export namespace PostApprovalBatchAddAuditScoreLog {
   export type Params = {
   export type Params = {
-    list: Omit<IAuditScoreLog, 'ID'>[];
+    list: IAuditScoreLog[];
   };
   };
 }
 }