yujian
2020-06-28 1e28ac69827ff7578a418a79bd95aff2c6637f5c
fanli/src/main/java/com/yeshi/fanli/entity/taobao/dataoke/DaTaoKeDetailV2.java
@@ -112,6 +112,10 @@
   private String circleText;// 朋友圈文案,需要url解码后使用
   
   private String imgs; // 图片信息
   private Integer freeshipRemoteDistrict; // 偏远地区包邮,0.不包邮,1.包邮
   public Integer getCommission() {
      return commission;
@@ -488,4 +492,12 @@
   public void setImgs(String imgs) {
      this.imgs = imgs;
   }
   public Integer getFreeshipRemoteDistrict() {
      return freeshipRemoteDistrict;
   }
   public void setFreeshipRemoteDistrict(Integer freeshipRemoteDistrict) {
      this.freeshipRemoteDistrict = freeshipRemoteDistrict;
   }
}