You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
990 B
XML

<?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.supervision.livedigitalavatarmanage.mapper.ScriptUserMapper">
<resultMap id="BaseResultMap" type="com.supervision.livedigitalavatarmanage.domain.ScriptUser">
<id property="id" column="id" jdbcType="VARCHAR"/>
<result property="scriptName" column="script_name" jdbcType="VARCHAR"/>
<result property="productCategory" column="product_category" jdbcType="VARCHAR"/>
<result property="userId" column="user_id" jdbcType="VARCHAR"/>
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
</resultMap>
<sql id="Base_Column_List">
id,script_name,product_category,
user_id,create_time,update_time
</sql>
</mapper>