Przeglądaj źródła

feat(types): 添加返回值

lipk 2 lat temu
rodzic
commit
495ef5b35a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      types/src/interface/api/approvaApi.ts

+ 2 - 0
types/src/interface/api/approvaApi.ts

@@ -146,6 +146,8 @@ export namespace GetAuditScoreLogs {
 
 
 export namespace UpdateAuditScoreRemark {
 export namespace UpdateAuditScoreRemark {
   export type Params = Omit<IAuditScoreRemark, 'ID'> & { ID?: string };
   export type Params = Omit<IAuditScoreRemark, 'ID'> & { ID?: string };
+
+  export type Responst = IAuditScoreRemark;
 }
 }
 
 
 export namespace GetAuditScoreRemarkList {
 export namespace GetAuditScoreRemarkList {