|  | @@ -6,7 +6,7 @@
 | 
											
												
													
														|  |  -->
 |  |  -->
 | 
											
												
													
														|  |  <mapper namespace="com.keao.edu.user.dao.ExamRoomDao">
 |  |  <mapper namespace="com.keao.edu.user.dao.ExamRoomDao">
 | 
											
												
													
														|  |  	
 |  |  	
 | 
											
												
													
														|  | -	<resultMap type="ExamRoom" id="ExamRoom">
 |  | 
 | 
											
												
													
														|  | 
 |  | +	<resultMap type="com.keao.edu.user.api.entity.ExamRoom" id="ExamRoom">
 | 
											
												
													
														|  |  		<result column="id_" property="id" />
 |  |  		<result column="id_" property="id" />
 | 
											
												
													
														|  |  		<result column="exam_mode_" property="examMode" />
 |  |  		<result column="exam_mode_" property="examMode" />
 | 
											
												
													
														|  |  		<result column="exam_location_id_" property="examLocationId" />
 |  |  		<result column="exam_location_id_" property="examLocationId" />
 |