案例萃取,最佳bug修复

This commit is contained in:
yang
2024-09-11 19:42:19 +08:00
parent efcee67fe1
commit 3890ad04b9

View File

@@ -264,6 +264,12 @@ public class Cases extends BaseEntity {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime excellentTime;
/**
* 最佳时间
* */
@Column(name = "excellent_reason")
private String excellentReason;
/**
* 上月浏览量
*/