Commit 3f120f53 authored by shiyu's avatar shiyu

拍卖藏品加上创建人信息

parent 767b7f4d
...@@ -117,12 +117,12 @@ public class AuctionDetailVo implements Entity { ...@@ -117,12 +117,12 @@ public class AuctionDetailVo implements Entity {
/** /**
* 头像 * 头像
*/ */
private String avatarUrl; private String creatorAvatar;
/** /**
* 简介 * 简介
*/ */
private String profile; private String creatorProfile;
private Long creatorId; private Long creatorId;
......
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