Commit f75099aa authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

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