first commit
This commit is contained in:
21
src/main/resources/mapper/ZtModuleMapper.xml
Normal file
21
src/main/resources/mapper/ZtModuleMapper.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?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.sa.zentao.mapper.ZtModuleMapper">
|
||||
<resultMap id="BaseResultMap" type="com.sa.zentao.entity.ZtModule">
|
||||
<result column="id" property="id" />
|
||||
<result column="root" property="root" />
|
||||
<result column="branch" property="branch" />
|
||||
<result column="name" property="name" />
|
||||
<result column="parent" property="parent" />
|
||||
<result column="path" property="path" />
|
||||
<result column="grade" property="grade" />
|
||||
<result column="order" property="order" />
|
||||
<result column="type" property="type" />
|
||||
<result column="from" property="from" />
|
||||
<result column="owner" property="owner" />
|
||||
<result column="collector" property="collector" />
|
||||
<result column="short" property="short" />
|
||||
<result column="deleted" property="deleted" />
|
||||
</resultMap>
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user