<?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="cn.flightfeather.supervision.domain.mapper.RestaurantBaseInfoMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.RestaurantBaseInfo" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="RB_GUID" property="rbGuid" jdbcType="VARCHAR" />
|
<result column="RB_Cuisine" property="rbCuisine" jdbcType="VARCHAR" />
|
<result column="RB_Cooking_Fumes_Type" property="rbCookingFumesType" jdbcType="VARCHAR" />
|
<result column="RB_Peak_Period" property="rbPeakPeriod" jdbcType="VARCHAR" />
|
<result column="RB_Indoor_Seating" property="rbIndoorSeating" jdbcType="INTEGER" />
|
<result column="RB_Outdoor_Seating" property="rbOutdoorSeating" jdbcType="INTEGER" />
|
<result column="RB_Total_Seating" property="rbTotalSeating" jdbcType="INTEGER" />
|
<result column="RB_Outdoor_Barbecue" property="rbOutdoorBarbecue" jdbcType="BIT" />
|
<result column="RB_Open_Kitchen" property="rbOpenKitchen" jdbcType="BIT" />
|
<result column="RB_Environment" property="rbEnvironment" jdbcType="VARCHAR" />
|
<result column="RB_Cooking_Range_Num" property="rbCookingRangeNum" jdbcType="INTEGER" />
|
<result column="RB_Electric_Oven_Num" property="rbElectricOvenNum" jdbcType="INTEGER" />
|
<result column="RB_Other_Cooker_Num" property="rbOtherCookerNum" jdbcType="VARCHAR" />
|
<result column="RB_Fresh_Air" property="rbFreshAir" jdbcType="BIT" />
|
<result column="RB_Air_Conditioner" property="rbAirConditioner" jdbcType="BIT" />
|
<result column="RB_Exhaust_Fan" property="rbExhaustFan" jdbcType="BIT" />
|
<result column="RB_Cooking_Oil_Type" property="rbCookingOilType" jdbcType="VARCHAR" />
|
<result column="RB_Cooking_Oil_Capacity" property="rbCookingOilCapacity" jdbcType="VARCHAR" />
|
<result column="RB_Concentration_Area" property="rbConcentrationArea" jdbcType="VARCHAR" />
|
<result column="RB_Extension1" property="rbExtension1" jdbcType="VARCHAR" />
|
<result column="RB_Extension2" property="rbExtension2" jdbcType="VARCHAR" />
|
<result column="RB_Extension3" property="rbExtension3" jdbcType="VARCHAR" />
|
<result column="RB_Remark" property="rbRemark" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
RB_GUID, RB_Cuisine, RB_Cooking_Fumes_Type, RB_Peak_Period, RB_Indoor_Seating, RB_Outdoor_Seating,
|
RB_Total_Seating, RB_Outdoor_Barbecue, RB_Open_Kitchen, RB_Environment, RB_Cooking_Range_Num,
|
RB_Electric_Oven_Num, RB_Other_Cooker_Num, RB_Fresh_Air, RB_Air_Conditioner, RB_Exhaust_Fan,
|
RB_Cooking_Oil_Type, RB_Cooking_Oil_Capacity, RB_Concentration_Area, RB_Extension1,
|
RB_Extension2, RB_Extension3, RB_Remark
|
</sql>
|
</mapper>
|