|
|
@ -2,6 +2,7 @@ package com.epmet.dto.form; |
|
|
|
|
|
|
|
import com.epmet.commons.tools.validator.group.CustomerClientShowGroup; |
|
|
|
import com.epmet.dto.MemoAttachmentDTO; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import lombok.Data; |
|
|
|
import org.hibernate.validator.constraints.Length; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
@ -49,13 +50,13 @@ public class AddMemoDifficultyFromDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 计划执行时间 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm") |
|
|
|
@JsonFormat(pattern="yyyy-MM-dd HH:mm") |
|
|
|
private Date scheduledTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 提醒时间 |
|
|
|
*/ |
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm") |
|
|
|
@JsonFormat(pattern="yyyy-MM-dd HH:mm") |
|
|
|
private Date remindTime; |
|
|
|
|
|
|
|
/** |
|
|
|