fuliqi
2024-05-31 008be75ef25dd2c7e8553fe79ec25722f4c2ea48
src/main/resources/mapper/TextContentMapper.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ycl.jxkg.mapper.TextContentMapper">
    <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.TextContent">
    <resultMap id="BaseResultMap" type="com.ycl.jxkg.domain.entity.TextContent">
        <id column="id" jdbcType="INTEGER" property="id"/>
        <result column="content" jdbcType="VARCHAR" property="content"/>
        <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>