|
@@ -24,6 +24,6 @@ public class ArticleUnsafeTitle {
|
|
|
private Integer status;
|
|
|
@Column(name = "create_timestamp")
|
|
|
private Long createTimestamp;
|
|
|
- @Column(name = "finish_timestamp")
|
|
|
- private Long finishTimestamp;
|
|
|
+ @Column(name = "update_timestamp")
|
|
|
+ private Long updateTimestamp;
|
|
|
}
|