| | |
| | | <result column="bank_name" property="bankName" /> |
| | | <result column="contact_person" property="contactPerson" /> |
| | | <result column="contact_address" property="contactAddress" /> |
| | | <result column="province_id" property="provinceId" /> |
| | | <result column="city_id" property="cityId" /> |
| | | <result column="district_id" property="districtId" /> |
| | | <result column="b_province_id" property="BProvinceId" /> |
| | | <result column="b_city_id" property="BCityId" /> |
| | | <result column="b_district_id" property="BDistrictId" /> |
| | | <result column="c_province_id" property="CProvinceId" /> |
| | | <result column="c_city_id" property="CCityId" /> |
| | | <result column="c_district_id" property="CDistrictId" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |