|
@@ -12,6 +12,9 @@
|
|
|
<result property="remark" column="REMARK" jdbcType="VARCHAR"/>
|
|
|
<result property="annex" column="ANNEX" jdbcType="VARCHAR"/>
|
|
|
<result property="sort" column="SORT" jdbcType="INTEGER"/>
|
|
|
+ <result property="type" column="TYPE" jdbcType="VARCHAR"/>
|
|
|
+ <result property="superviseStartTime" column="SUPERVISE_START_TIME" jdbcType="TIMESTAMP"/>
|
|
|
+ <result property="superviseEndTime" column="SUPERVISE_END_TIME" jdbcType="TIMESTAMP"/>
|
|
|
<result property="deleted" column="DELETED" jdbcType="VARCHAR"/>
|
|
|
<result property="createTime" column="CREATE_TIME" jdbcType="TIMESTAMP"/>
|
|
|
<result property="createUser" column="CREATE_USER" jdbcType="INTEGER"/>
|