群聊券 的 名称

This commit is contained in:
2025-12-03 13:44:47 +08:00
parent 46a9385621
commit ed293f8128
3 changed files with 5 additions and 3 deletions

View File

@@ -122,6 +122,9 @@ public class MkShopCouponRecord implements Serializable {
private LocalDateTime useEndTime;
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime useStartTime;
@Column(ignore = true)
private String couponName;
/**
* 有效期类型fixed固定时间custom自定义时间
*/