Sfoglia il codice sorgente

feat(types): 接口定义

lipk 3 anni fa
parent
commit
5f0dff73ae
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      types/src/api/Approval.ts

+ 1 - 0
types/src/api/Approval.ts

@@ -23,6 +23,7 @@ export namespace PostApprovalCopyGatherYsProfileFiles {
 export namespace GetApprovalGetMatterData {
 export namespace GetApprovalGetMatterData {
     export type Params = {
     export type Params = {
         businessID: string
         businessID: string
+        getAllMatter?: boolean // 是否获取全部matter(自己无权限查看的matter也包含在内)
     }
     }
 
 
     export type Response = Array<IMatterNode>
     export type Response = Array<IMatterNode>