企业信息添加资料库库IDs字段

This commit is contained in:
2025-10-09 10:58:15 +08:00
parent 5972cf9966
commit b8a4c06e68
2 changed files with 7 additions and 0 deletions

View File

@@ -189,6 +189,9 @@ public class OaCompany implements Serializable {
@Schema(description = "知识库ID")
private String kbId;
@Schema(description = "资料库库IDs")
private String libraryIds; //英文逗号分割
@Schema(description = "创建时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime createTime;