|
|
|
@@ -4,7 +4,7 @@ |
|
|
|
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxMsgLimit"> |
|
|
|
<id column="id" jdbcType="BIGINT" property="id"/> |
|
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> |
|
|
|
<result column="type" jdbcType="TINYINT" property="type"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="limit_id" jdbcType="VARCHAR" property="limitId"/> |
|
|
|
<result column="limit_num" jdbcType="INTEGER" property="limitNum"/> |
|
|
|
<result column="limit_date" jdbcType="TIMESTAMP" property="limitDate"/> |
|
|
|
|