|
@@ -60,7 +60,7 @@ public class VipUserExam extends BaseBusinessEntity {
|
|
|
private String examName;
|
|
|
|
|
|
/** 到期时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@Excel(name = "到期时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
@TableField("expiration_time")
|
|
|
@ApiModelProperty(value = "到期时间")
|