|
|
@@ -1,7 +1,7 @@
|
|
|
<?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="me.zhengjie.modules.system.repository.BankMapper">
|
|
|
- <resultMap id="BankEntity" type="me.zhengjie.modules.system.entity.BankEntity">
|
|
|
+<mapper namespace="me.zhengjie.dao.mapper.BankMapper">
|
|
|
+ <resultMap id="BankEntity" type="me.zhengjie.dao.entity.BankEntity">
|
|
|
<result column="id" property="id"/>
|
|
|
<result column="bank_name" property="bankName"/>
|
|
|
</resultMap>
|