| | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.InterphoneHostSubPole"> |
| | | <result property="hostId" column="host_id" jdbcType="INTEGER"/> |
| | | <result property="subId" column="sub_id" jdbcType="INTEGER"/> |
| | | <result property="streetlightId" column="streetlight_id" jdbcType="INTEGER"/> |
| | | <result property="updatetime" column="updatetime" jdbcType="TIMESTAMP"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | host_id,sub_id,streetlight_id, |
| | | updatetime |
| | | host_id,sub_id,create_time, |
| | | update_time |
| | | </sql> |
| | | </mapper> |