New file |
| | |
| | | <?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.chargingPile.mapper.TSiteMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ruoyi.chargingPile.api.model.TSite"> |
| | | <id column="id" property="id" /> |
| | | <result column="partner_id" property="partnerId" /> |
| | | <result column="code" property="code" /> |
| | | <result column="name" property="name" /> |
| | | <result column="site_type" property="siteType" /> |
| | | <result column="business_category" property="businessCategory" /> |
| | | <result column="status" property="status" /> |
| | | <result column="construction_site" property="constructionSite" /> |
| | | <result column="img_url" property="imgUrl" /> |
| | | <result column="province" property="province" /> |
| | | <result column="province_code" property="provinceCode" /> |
| | | <result column="city" property="city" /> |
| | | <result column="city_code" property="cityCode" /> |
| | | <result column="districts" property="districts" /> |
| | | <result column="districts_code" property="districtsCode" /> |
| | | <result column="lon" property="lon" /> |
| | | <result column="lat" property="lat" /> |
| | | <result column="address" property="address" /> |
| | | <result column="country_code" property="countryCode" /> |
| | | <result column="phone" property="phone" /> |
| | | <result column="service_phone" property="servicePhone" /> |
| | | <result column="guide" property="guide" /> |
| | | <result column="start_service_time" property="startServiceTime" /> |
| | | <result column="end_service_time" property="endServiceTime" /> |
| | | <result column="service_description" property="serviceDescription" /> |
| | | <result column="vehicle_description" property="vehicleDescription" /> |
| | | <result column="parking_space" property="parkingSpace" /> |
| | | <result column="rate_description" property="rateDescription" /> |
| | | <result column="space_charge_explain" property="spaceChargeExplain" /> |
| | | <result column="accounting_strategy_id" property="accountingStrategyId" /> |
| | | <result column="establishment_time" property="establishmentTime" /> |
| | | <result column="sort" property="sort" /> |
| | | <result column="remark" property="remark" /> |
| | | <result column="create_time" property="createTime" /> |
| | | <result column="del_flag" property="delFlag" /> |
| | | <result column="mark" property="mark" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, partner_id, code, `name`, site_type, business_category, status, construction_site, img_url, province, province_code, city, city_code, districts, districts_code, lon, lat, address, country_code, phone, service_phone, guide, start_service_time, end_service_time, service_description, vehicle_description, parking_space, rate_description, space_charge_explain, accounting_strategy_id, establishment_time, sort, remark, create_time, del_flag, mark |
| | | </sql> |
| | | |
| | | </mapper> |