feat(pwl):添加报告关联企业资料库,企业信息添加资料库库IDs字段

This commit is contained in:
2025-10-09 11:01:00 +08:00
parent f74c5e8c71
commit 534d39febe
5 changed files with 172 additions and 7 deletions

View File

@@ -108,6 +108,8 @@ export interface OaCompany {
updateTime?: string;
// 知识库id
kbId?: string;
// 资料库库IDs
libraryIds?: string;
}
/**