提交修改
This commit is contained in:
parent
28614e9ea9
commit
0cb625eed0
@ -95,7 +95,7 @@ private static final long serialVersionUID = 1L;
|
||||
//商品主图
|
||||
private String productMainImageUrl;
|
||||
//skuid
|
||||
private Integer skuId;
|
||||
private Long skuId;
|
||||
//sku图片
|
||||
private String skuImageUrl;
|
||||
//评论 id
|
||||
@ -377,14 +377,14 @@ private static final long serialVersionUID = 1L;
|
||||
* skuid
|
||||
* @return
|
||||
*/
|
||||
public Integer getSkuId() {
|
||||
public Long getSkuId() {
|
||||
return skuId;
|
||||
}
|
||||
/**
|
||||
* skuid
|
||||
* @param skuId
|
||||
*/
|
||||
public void setSkuId(Integer skuId) {
|
||||
public void setSkuId(Long skuId) {
|
||||
this.skuId = skuId;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user