|
|
|
@@ -3,8 +3,8 @@ |
|
|
|
<mapper namespace="com.iformall.mapper.SysNoticeMapper"> |
|
|
|
<resultMap id="BaseResultMap" type="com.iformall.domain.po.SysNotice"> |
|
|
|
<id column="id" jdbcType="BIGINT" property="id"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="tenantId"/> |
|
|
|
<result column="content" jdbcType="VARCHAR" property="parentTenantId"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="content" jdbcType="VARCHAR" property="content"/> |
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime"/> |
|
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/> |
|
|
|
<result column="status" jdbcType="INTEGER" property="status"/> |
|
|
|
|