生日提醒重置

This commit is contained in:
2025-10-17 10:48:37 +08:00
parent a86a2fbdac
commit b67969e032
5 changed files with 21 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ public class ShopUser implements Serializable {
/**
* 会员生日提醒
*/
private String birthDayRemind;
private Integer birthDayRemind;
/**
* 0-女 1男

View File

@@ -32,7 +32,7 @@ public class MkBirthdayGiftConfig implements Serializable {
private String userType;
/**
* 提前天数 负数
* 提前天数
*/
private Integer deliverTime;
/**