会员到期时间
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user