浏览代码

feat(types): 添加返回值

lipk 2 年之前
父节点
当前提交
495ef5b35a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 type Params = Omit<IAuditScoreRemark, 'ID'> & { ID?: string };
+
+  export type Responst = IAuditScoreRemark;
 }
 
 export namespace GetAuditScoreRemarkList {