admin
2019-05-14 09d5df76ec966c6a370c16140ae96d6463b038a5
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;