| | |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | <id column="id" property="id" jdbcType="INTEGER" /> |
| | | <result column="dev_id" property="devId" jdbcType="VARCHAR" /> |
| | | <result column="exception" property="exception" jdbcType="VARCHAR" /> |
| | | <result column="exception_type" property="exceptionType" jdbcType="VARCHAR" /> |
| | | <result column="region" property="region" jdbcType="VARCHAR" /> |
| | | <result column="begin_time" property="beginTime" jdbcType="TIMESTAMP" /> |
| | | <result column="end_time" property="endTime" jdbcType="TIMESTAMP" /> |
| | | <id column="id" jdbcType="INTEGER" property="id" /> |
| | | <result column="dev_id" jdbcType="VARCHAR" property="devId" /> |
| | | <result column="exception" jdbcType="VARCHAR" property="exception" /> |
| | | <result column="exception_type" jdbcType="VARCHAR" property="exceptionType" /> |
| | | <result column="region" jdbcType="VARCHAR" property="region" /> |
| | | <result column="begin_time" jdbcType="TIMESTAMP" property="beginTime" /> |
| | | <result column="end_time" jdbcType="TIMESTAMP" property="endTime" /> |
| | | </resultMap> |
| | | <sql id="Base_Column_List" > |
| | | <!-- |