Explorar el Código

feat(types): 批量评分接口

lipk hace 3 años
padre
commit
1a0c1d905b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 type Params = {
-    list: Omit<IAuditScoreLog, 'ID'>[];
+    list: IAuditScoreLog[];
   };
 }