企业信息添加资料库库IDs字段
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user