调整商品图片的缩略图路径接口

This commit is contained in:
季圣华
2023-07-24 23:28:31 +08:00
parent 4f80f62126
commit 5f0cf49f76
5 changed files with 74 additions and 8 deletions

View File

@@ -47,6 +47,8 @@ public class MaterialVo4Unit extends Material{
*/
private String bigUnitStock;
private String imgType;
public String getUnitName() {
return unitName;
}
@@ -206,4 +208,12 @@ public class MaterialVo4Unit extends Material{
public void setBigUnitStock(String bigUnitStock) {
this.bigUnitStock = bigUnitStock;
}
public String getImgType() {
return imgType;
}
public void setImgType(String imgType) {
this.imgType = imgType;
}
}