Commit cac32492 by “Kongxiangkun”

点赞

parent 9ab5510d
......@@ -25,6 +25,9 @@ public class TpCommentThumbsUpVo extends Model<TpCommentThumbsUpVo> {
@ApiModelProperty(value = "主键id")
private Long id;
@ApiModelProperty(value = "内容id")
private Long trainingProjectId;
@ApiModelProperty(value = "评论id")
private Long tpCommentId;
......
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