增加xml标签
This commit is contained in:
parent
4cdd7a2625
commit
75bb5f87ad
|
@ -0,0 +1,11 @@
|
|||
<?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.hzya.frame.plugin.zxBank.dao.impl.ZjgjDaoImpl">
|
||||
<resultMap id="get-ZjgjEntity-result" type="com.hzya.frame.plugin.zxBank.entity.ZjgjEntity">
|
||||
<result property="id" column="id" />
|
||||
|
||||
</resultMap>
|
||||
|
||||
|
||||
</mapper>
|
||||
|
Loading…
Reference in New Issue