yujian
2019-05-15 9cd1919e66ee4dc3c9ef058f34c86bc884b34529
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;