|
|
|
@@ -9,8 +9,8 @@ |
|
|
|
<result column="coupon_id" jdbcType="BIGINT" property="couponId"/> |
|
|
|
<result column="remain_people" jdbcType="INTEGER" property="remainPeople"/> |
|
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
|
<result column="expired_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> |
|
|
|
<result column="expired_date" jdbcType="TIMESTAMP" property="expiredDate"/> |
|
|
|
<result column="status" jdbcType="SMALLINT" property="status"/> |
|
|
|
<result column="user_id" jdbcType="BIGINT" property="userId"/> |
|
|
|
|
|
|
|
|