1、单位信息新增归属单位、单位编号

2、文档管理新增搜索、文件在线查看
This commit is contained in:
2026-04-30 22:37:39 +08:00
parent b74bc2d1e7
commit 13b0c103c4
4 changed files with 992 additions and 908 deletions

View File

@@ -10,6 +10,10 @@ export interface OaCompany {
shortName?: string;
// 企业全称
companyName?: string;
// 归属单位
parentCompany?: string;
// 单位编号
companyNo?: string;
// 企业标识
companyCode?: string;
// 类型 10企业 20政府单位