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