店铺收藏点击问题处理
This commit is contained in:
parent
74beaf0cf0
commit
bb7ea5881e
@ -13,13 +13,13 @@ import lombok.Data;
|
||||
public class StoreCollectionVO {
|
||||
|
||||
@ApiModelProperty(value = "店铺id")
|
||||
private String storeId;
|
||||
private String id;
|
||||
|
||||
@ApiModelProperty(value = "店铺名称")
|
||||
private String storeName;
|
||||
|
||||
@ApiModelProperty(value = "店铺Logo")
|
||||
private String logo;
|
||||
private String storeLogo;
|
||||
|
||||
@ApiModelProperty(value = "是否自营")
|
||||
private Boolean selfOperated;
|
||||
|
Loading…
x
Reference in New Issue
Block a user