@@ -100,6 +100,11 @@ public class SiteCategory implements Serializable {
*/
private Integer modelType;
+ /**
+ * 栏目样式:1、样式一 2、样式二 3、样式三 4、样式四 5、样式五
+ */
+ private Integer categoryStyle;
+
/**
* 子级
@@ -18,6 +18,7 @@
<result column="sortindex" property="sortindex" />
<result column="status" property="status" />
<result column="model_type" property="modelType" />
+ <result column="category_style" property="categoryStyle" />
</resultMap>
</mapper>