|
|
|
@ -7,7 +7,6 @@
|
|
|
|
|
<resultMap id="BaseResultMap" type="com.supervision.knowsub.model.SystemFlow">
|
|
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="flowName" column="flow_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="flowType" column="flow_type" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="remark" column="remark" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
|
@ -16,7 +15,7 @@
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,flow_name,flow_type,
|
|
|
|
|
id,flow_name,
|
|
|
|
|
remark,create_user_id,create_time,
|
|
|
|
|
update_user_id,update_time
|
|
|
|
|
</sql>
|
|
|
|
|