给商品相关接口增加图片缩略图字段的返回
This commit is contained in:
@@ -50,6 +50,8 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
|
||||
private BigDecimal weight;
|
||||
|
||||
private String imgName;
|
||||
|
||||
public Long getMId() {
|
||||
return MId;
|
||||
}
|
||||
@@ -233,4 +235,12 @@ public class DepotItemVo4WithInfoEx extends DepotItem{
|
||||
public void setWeight(BigDecimal weight) {
|
||||
this.weight = weight;
|
||||
}
|
||||
|
||||
public String getImgName() {
|
||||
return imgName;
|
||||
}
|
||||
|
||||
public void setImgName(String imgName) {
|
||||
this.imgName = imgName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user