admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/dto/suning/SuningGoodsImg.java
@@ -1,22 +1,22 @@
package com.yeshi.fanli.dto.suning;
public class SuningGoodsImg {
   private Integer locationId;// 位置ID
   private String picUrl;// 图片链接
   public Integer getLocationId() {
      return locationId;
   }
   public void setLocationId(Integer locationId) {
      this.locationId = locationId;
   }
   public String getPicUrl() {
      return picUrl;
   }
   public void setPicUrl(String picUrl) {
      this.picUrl = picUrl;
   }
}
package com.yeshi.fanli.dto.suning;
public class SuningGoodsImg {
   private Integer locationId;// 位置ID
   private String picUrl;// 图片链接
   public Integer getLocationId() {
      return locationId;
   }
   public void setLocationId(Integer locationId) {
      this.locationId = locationId;
   }
   public String getPicUrl() {
      return picUrl;
   }
   public void setPicUrl(String picUrl) {
      this.picUrl = picUrl;
   }
}