|
@ -8,7 +8,6 @@ import org.hibernate.validator.constraints.Length; |
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
import javax.validation.constraints.NotBlank; |
|
|
import javax.validation.constraints.NotNull; |
|
|
|
|
|
import java.io.Serializable; |
|
|
import java.io.Serializable; |
|
|
import java.util.Date; |
|
|
import java.util.Date; |
|
|
|
|
|
|
|
@ -119,7 +118,7 @@ public class LingshanOfficeHallServiceRecordDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@NotNull(message = "申请日期不能为空",groups = {AddShowGroup.class,UpdateShowGroup.class}) |
|
|
// @NotNull(message = "申请日期不能为空",groups = {AddShowGroup.class,UpdateShowGroup.class})
|
|
|
private Date applicantTime; |
|
|
private Date applicantTime; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|