admin
2020-06-08 457f4881a89c03984c7b46ed10e8919d3294976c
fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabel.java
@@ -5,6 +5,8 @@
import org.yeshi.utils.mybatis.Column;
import org.yeshi.utils.mybatis.Table;
import com.google.gson.annotations.Expose;
/**
 * 二级分类标签
 * 
@@ -21,9 +23,11 @@
   public GoodsSubClassLabel() {
   }
   @Expose
   @Column(name = "scl_id")
   private Long id;// 主键ID
   @Expose
   @Column(name = "scl_name")
   private String name;// 名字
   @Column(name = "scl_order_by")