<resultMap id="BaseResultMap" type="com.sincere.smartSearch.model.CwCheck">
<result column="ID" jdbcType="INTEGER" property="id"/>
<result column="CheckName" jdbcType="VARCHAR" property="checkname"/>
<result column="BeginTime" jdbcType="VARCHAR" property="begintime"/>
<result column="EndTime" jdbcType="VARCHAR" property="endtime"/>
<result column="TemplateId" jdbcType="INTEGER" property="templateid"/>
<result column="SchoolId" jdbcType="INTEGER" property="schoolid"/>
<result column="State" jdbcType="INTEGER" property="state"/>
<result column="Intime" jdbcType="TIMESTAMP" property="intime"/>
</resultMap>
|