生日有礼 弹窗 优惠券有效期
短信店铺配置 所有店铺
This commit is contained in:
@@ -57,6 +57,10 @@ public class ShopUser implements Serializable {
|
||||
* 会员生日
|
||||
*/
|
||||
private String birthDay;
|
||||
/**
|
||||
* 会员生日提醒
|
||||
*/
|
||||
private String birthDayRemind;
|
||||
|
||||
/**
|
||||
* 0-女 1男
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
package com.czg.market.entity;
|
||||
|
||||
import com.czg.market.dto.CouponInfoDTO;
|
||||
import com.mybatisflex.annotation.Column;
|
||||
import com.mybatisflex.annotation.Id;
|
||||
import com.mybatisflex.annotation.KeyType;
|
||||
import com.mybatisflex.annotation.Table;
|
||||
import jakarta.validation.Valid;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
@@ -13,7 +9,6 @@ import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -37,9 +32,13 @@ public class MkBirthdayGiftConfig implements Serializable {
|
||||
private String userType;
|
||||
|
||||
/**
|
||||
* 是否开启
|
||||
* 提前天数 负数
|
||||
*/
|
||||
private Integer deliverTime;
|
||||
/**
|
||||
* day 天数偏移
|
||||
* month 月份偏移
|
||||
*/
|
||||
private String deliverDate;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user