public interface KnowledgeLogManager
| 限定符和类型 | 字段和说明 |
|---|---|
static KnowledgeLogManager |
ins |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(KnowledgeLog log)
新增日志
|
KnowledgeLogCountQuery |
newCountQuery() |
KnowledgeLogQuery |
newQuery() |
void |
removeByGroupId(String groupId)
删除用户对应的日志
|
void |
removeByProject(Long projectId)
删除项目对应的日志
|
static final KnowledgeLogManager ins
void add(KnowledgeLog log)
log - 日志对象void removeByGroupId(String groupId)
groupId - 团队IDvoid removeByProject(Long projectId)
projectId - 项目IDKnowledgeLogQuery newQuery()
KnowledgeLogCountQuery newCountQuery()
Copyright © 2023 Bstek. All rights reserved.