This commit is contained in:
齐天大圣 2024-03-14 11:53:02 +08:00
parent 5a42f4efa0
commit 13c67f01c7

View File

@ -53,7 +53,7 @@ public class CardFavorableDTO extends Model<CardFavorableDTO> {
//有效期2
private Integer validityTwo;
//固定有效期开始日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" , timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd" , timezone = "GMT+8")
private Date effectiveDate;
//领券后第几天生效
private String validityDay;