| | |
| | | <mapper namespace="com.taoke.autopay.dao.SystemConfigMapper"> |
| | | <resultMap id="BaseResultMap" type="com.taoke.autopay.entity.SystemConfig"> |
| | | <id column="id" property="id" jdbcType="BIGINT"/> |
| | | <result column="`name`" property="name" jdbcType="VARCHAR"/> |
| | | <result column="`key`" property="key" jdbcType="VARCHAR"/> |
| | | <result column="`value`" property="value" jdbcType="VARCHAR"/> |
| | | <result column="name" property="name" jdbcType="VARCHAR"/> |
| | | <result column="key" property="key" jdbcType="VARCHAR"/> |
| | | <result column="value" property="value" jdbcType="VARCHAR"/> |
| | | <result column="create_time" property="createTime" jdbcType="TIMESTAMP"/> |
| | | <result column="update_time" property="updateTime" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |