yujian
2019-05-05 fae72d9cb11a626cbfda8598613febf73147fe64
fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsClass.java
@@ -76,6 +76,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;