Ver Fonte

代码结构调整

sakuya há 3 anos atrás
pai
commit
07fc630fdb
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      eladmin-system/src/main/resources/mapper/BankMapper.xml

+ 2 - 2
eladmin-system/src/main/resources/mapper/BankMapper.xml

@@ -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>