|
|
@@ -2,9 +2,9 @@
|
|
|
<!DOCTYPE mapper
|
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
-<mapper namespace="generator.mapper.SysPositionMapper">
|
|
|
+<mapper namespace="com.ydtech.modules.admin.dao.SysPositionMapper">
|
|
|
|
|
|
- <resultMap id="BaseResultMap" type="generator.domain.SysPosition">
|
|
|
+ <resultMap id="BaseResultMap" type="com.ydtech.modules.admin.model.SysPosition">
|
|
|
<id property="postId" column="post_id" jdbcType="BIGINT"/>
|
|
|
<result property="postCode" column="post_code" jdbcType="VARCHAR"/>
|
|
|
<result property="postName" column="post_name" jdbcType="VARCHAR"/>
|