update
This commit is contained in:
parent
5d0280150c
commit
dc03fdbb46
|
@ -27,7 +27,7 @@ public class AppointVoteStateRequest {
|
||||||
pattern = "yyyy-MM-dd HH:mm:ss"
|
pattern = "yyyy-MM-dd HH:mm:ss"
|
||||||
)
|
)
|
||||||
@ApiModelProperty(value = "投票会议时间yyyy-MM-dd HH:mm:ss")
|
@ApiModelProperty(value = "投票会议时间yyyy-MM-dd HH:mm:ss")
|
||||||
@NotBlank(message = "投票会议时间不能为空")
|
@NotNull(message = "投票会议时间不能为空")
|
||||||
private LocalDateTime voteAt;
|
private LocalDateTime voteAt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue