admin
2024-06-30 b6fdf185c7e8fb1f06da0e609e39aecaef6b66f5
src/main/resources/mapper/SystemConfigMapper.xml
@@ -4,9 +4,9 @@
<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>