|
|
|
@@ -7,8 +7,8 @@ |
|
|
|
<result column="name" jdbcType="VARCHAR" property="name" /> |
|
|
|
<result column="parent_id" jdbcType="INTEGER" property="parentId" /> |
|
|
|
<result column="enable" jdbcType="INTEGER" property="enable" /> |
|
|
|
<result column="isLeaf" jdbcType="INTEGER" property="is_leaf" /> |
|
|
|
<result column="service_fee" jdbcType="INTEGER" property="service_fee" /> |
|
|
|
<result column="is_leaf" jdbcType="INTEGER" property="isLeaf" /> |
|
|
|
<result column="service_fee" jdbcType="INTEGER" property="serviceFee" /> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
|