|
@@ -75,6 +75,7 @@ public class TaNotice implements Serializable {
|
75
|
75
|
* 自动下架时间 每次查询的时候过滤,并更新status
|
76
|
76
|
*/
|
77
|
77
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
78
|
+ @TableField(strategy = FieldStrategy.IGNORED)
|
78
|
79
|
private LocalDateTime invalidTime;
|
79
|
80
|
|
80
|
81
|
/**
|