yujian
2019-09-02 9eeda0d3049b71877c373c04d65533939b5582ef
fanli/src/main/java/com/yeshi/fanli/entity/goods/CommonGoods.java
@@ -63,6 +63,8 @@
   private String videoUrl;
   @Column(name = "cg_material_lib_type")
   private Integer materialLibType;// 物料库类型 1-营销商品库 0-非营销商品库
   @Column(name = "cg_other_info")
   private String otherInfo; // 商品其他信息-json字符串
   @Column(name = "cg_createtime")
   private Date createTime;
   @Column(name = "cg_updatetime")
@@ -258,4 +260,13 @@
   public void setPictureWhite(String pictureWhite) {
      this.pictureWhite = pictureWhite;
   }
   public String getOtherInfo() {
      return otherInfo;
   }
   public void setOtherInfo(String otherInfo) {
      this.otherInfo = otherInfo;
   }
}