| | |
| | | <?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="org.springblade.resource.mapper.AttachMapper"> |
| | | <mapper namespace="org.springblade.Autowired.mapper.AttachMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="attachResultMap" type="org.springblade.resource.entity.Attach"> |
| | | <resultMap id="attachResultMap" type="org.springblade.Autowired.entity.Attach"> |
| | | <result column="id" property="id"/> |
| | | <result column="create_user" property="createUser"/> |
| | | <result column="create_dept" property="createDept"/> |