MCPcopy Create free account
hub / github.com/Jarrettluo/all-docs / DocLog

Class DocLog

src/main/java/com/jiaruiblog/entity/DocLog.java:16–35  ·  view source on GitHub ↗

@ClassName DocLog @Description 文档日志 @Author luojiarui @Date 2022/12/10 10:58 @Version 1.0

Source from the content-addressed store, hash-verified

14 * @Version 1.0
15 **/
16@Data
17public class DocLog {
18
19 @Id
20 private String id;
21
22 private String userId;
23
24 private String userName;
25
26 private DocLogServiceImpl.Action action;
27
28 private String docId;
29
30 private String docName;
31
32 private Date createDate;
33
34 private Date updateDate;
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected