mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
16 lines
609 B
XML
16 lines
609 B
XML
<?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.ruoyi.system.huiyuan.mapper.HyProjDaoMapper">
|
|
|
|
<resultMap type="HyProjDao" id="HyProjDaoResult">
|
|
<result property="id" column="id" />
|
|
<result property="projName" column="proj_name" />
|
|
<result property="homeUrl" column="home_url" />
|
|
<result property="createAt" column="create_at" />
|
|
<result property="updateAt" column="update_at" />
|
|
</resultMap>
|
|
|
|
|
|
</mapper> |