Commit 1613691e by 王祖波

导购使用次数

parent e84aaf92
......@@ -142,6 +142,11 @@ public class ContentMaterialInfoVO implements Serializable {
private Long shareCount;
/**
* 导购使用次数
*/
private Long usedCount;
/**
* 发布人id
*/
@JsonSerialize(using = ToStringSerializer.class)
......@@ -339,6 +344,14 @@ public class ContentMaterialInfoVO implements Serializable {
this.shareCount = shareCount;
}
public Long getUsedCount() {
return usedCount;
}
public void setUsedCount(Long usedCount) {
this.usedCount = usedCount;
}
public Long getProducerId() {
return producerId;
}
......
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