Commit 11784a11 authored by hezhen's avatar hezhen

评论修改

parent 6faecd4a
...@@ -58,6 +58,11 @@ public class UserComment { ...@@ -58,6 +58,11 @@ public class UserComment {
*/ */
@Column(name = "comment_text") @Column(name = "comment_text")
private String commentText; private String commentText;
/**
* 评论图片
*/
@Column(name = "images")
private String images;
/** /**
* 回复评论者的ID * 回复评论者的ID
*/ */
......
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