Commit eb8e3b4f authored by 陶炜's avatar 陶炜

代码写的差不多,发一版试试

parent 5b01ae19
......@@ -5,17 +5,12 @@ package cn.com.duiba.jdactivity.dto;
*/
public class FollowGoodParam extends DuibaUserParam {
private static final long serialVersionUID = -4239477533614473087L;
/**
* 注意这里是skuId,即京东商详页url里的Id
* https://item.jd.com/10031763714973.html
*/
private Long productId;
public static long getSerialVersionUID() {
return serialVersionUID;
}
public Long getProductId() {
return productId;
}
......
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