@ClassName DocLog @Description 文档日志 @Author luojiarui @Date 2022/12/10 10:58 @Version 1.0
| 14 | * @Version 1.0 |
| 15 | **/ |
| 16 | @Data |
| 17 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected