yujian
2019-05-14 2b82f0694b9d0487cccc135852a49f7da3e2ecba
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;