mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 17:58:17 +08:00
17 lines
665 B
XML
17 lines
665 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.fantang.mapper.FtWeekMenuDaoMapper">
|
|
|
|
<resultMap type="FtWeekMenuDao" id="FtWeekMenuDaoResult">
|
|
<result property="id" column="id" />
|
|
<result property="dinnerType" column="dinner_type" />
|
|
<result property="weekday" column="weekday" />
|
|
<result property="foods" column="foods" />
|
|
<result property="price" column="price" />
|
|
<result property="flag" column="flag" />
|
|
</resultMap>
|
|
|
|
|
|
</mapper> |