@@ -105,6 +105,11 @@ public class SiteCategory implements Serializable {
*/
private Integer categoryStyle;
+ /**
+ * 标题
+ */
+ private String title;
+
/**
* 子级
@@ -19,6 +19,7 @@
<result column="status" property="status" />
<result column="model_type" property="modelType" />
<result column="category_style" property="categoryStyle" />
+ <result column="title" property="title" />
</resultMap>
</mapper>