mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 01:46:47 +08:00
案例萃取,最佳bug修复
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 上月浏览量
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user