Commit 9627ca97 by henry

修改配置文件

1 parent b467e0e0
<?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="org.arch.mapper.ArchiElementMapper">
<resultMap id="BaseResultMap" type="org.arch.modules.entity.ArchiElement">
<resultMap id="BaseResultMap" type="org.arch.entity.ArchiElement">
<result column="element_id" property="elementId"/>
<result column="element_code" property="elementCode"/>
<result column="element_name" property="elementName"/>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!