Commit d2441313 by 段启岩

动态添加状态

parent 2c5e9ad0
......@@ -30,6 +30,8 @@ public class PostDTO {
private Integer commentNumber;
private Integer status;
private Date createTime;
private Date updateTime;
......
......@@ -30,6 +30,8 @@ public class PostVO {
private Integer commentNumber;
private Integer status;
private Date createTime;
private Date updateTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment