123
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package com.ruoyi.cai.dto.admin.query.syspush;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.ruoyi.common.constant.DateConstant;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@@ -24,6 +27,8 @@ public class SysPushMasterDTO {
|
||||
private String onlyImage;
|
||||
|
||||
private Integer sendTimeType;
|
||||
@DateTimeFormat(pattern = DateConstant.PATTERN_DATETIME)
|
||||
@JsonFormat(pattern = DateConstant.PATTERN_DATETIME)
|
||||
private LocalDateTime sendTime;
|
||||
private String title;
|
||||
private Integer type;
|
||||
|
||||
Reference in New Issue
Block a user