Commit abb54dda by rongkailun

【新增】路径修改

parent fd4aa0e1
<?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="modules.manage.dao.MedicalDao">
<mapper namespace="io.office.modules.manage.dao.MedicalDao">
<!-- 可根据自己的需求,是否要使用 -->
<resultMap type="modules.manage.entity.MedicalEntity" id="medicalMap">
<resultMap type="io.office.modules.manage.entity.MedicalEntity" id="medicalMap">
<result property="id" column="id"/>
<result property="title" column="title"/>
<result property="type" column="type"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment