admin
2019-05-20 94e043b0d3fabe60dabce6df28b2ee6a1df7114e
fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsClass.java
@@ -59,7 +59,18 @@
   @Column(name = "cs_state")
   private Integer state;
   
   @Column(name = "sex")
   private Integer sex;//男女  0-部分男女  1-男 2-女
   
   public Integer getSex() {
      return sex;
   }
   public void setSex(Integer sex) {
      this.sex = sex;
   }
   // 点击次数
   private Long countClick = 0l; 
   // 关联标签数量
@@ -76,6 +87,11 @@
      this.id = id;
   }
   public GoodsClass(Long id, String name) {
      this.id = id;
      this.name = name;
   }
   public GoodsClass(String name, String picture, Integer orderby, Long createtime) {
      super();
      this.name = name;