知识库数据隔离测试完成
This commit is contained in:
@@ -99,6 +99,14 @@ export interface AiKnowledge extends BaseDTO {
|
||||
creatorDept?: string;
|
||||
/** 更新者 */
|
||||
updater?: string;
|
||||
/** 是否可读 */
|
||||
canRead?: boolean;
|
||||
/** 是否可写(修改知识库和文档) */
|
||||
canWrite?: boolean;
|
||||
/** 是否可删除(删除知识库和文档) */
|
||||
canDelete?: boolean;
|
||||
/** 权限类型(all/department/role等) */
|
||||
permissionType?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user