mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +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")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private LocalDateTime excellentTime;
|
private LocalDateTime excellentTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 最佳时间
|
||||||
|
* */
|
||||||
|
@Column(name = "excellent_reason")
|
||||||
|
private String excellentReason;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 上月浏览量
|
* 上月浏览量
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user