Files
UniversalTestSoftware/client/libs/classes/mapper/SystemConfigMapper.xml

16 lines
549 B
XML
Raw Normal View History

<?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.cbsd.universaltestsoftware_client.mapper.SystemConfigMapper">
<resultMap id="BaseResultMap" type="com.cbsd.universaltestsoftware_client.entity.SystemConfig">
<id property="type" column="type" />
<result property="content" column="content" />
</resultMap>
<sql id="Base_Column_List">
type,content
</sql>
</mapper>