会员到期时间

This commit is contained in:
2026-07-07 17:53:55 +08:00
parent 57bcc75f99
commit 307e5dc27e

View File

@@ -26,12 +26,11 @@ public class ShopUserVipEditDTO {
/** /**
* 会员开始时间 * 会员开始时间
*/ */
@JsonFormat(pattern = "yyyy-MM-dd")
private LocalDateTime startTime; private LocalDateTime startTime;
/** /**
* 会员结束时间 * 会员结束时间
*/ */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime endTime; private LocalDateTime endTime;
} }