Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -31,4 +31,8 @@ public class ChatSendDTO {
|
||||
@ApiModelProperty("消息")
|
||||
private String message;
|
||||
|
||||
@NotBlank(message = "gender.cannot.be.empty")
|
||||
@ApiModelProperty("性别")
|
||||
private String gender;
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.NotEmpty;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import javax.validation.constraints.Size;
|
||||
import java.util.List;
|
||||
|
||||
@@ -20,4 +19,8 @@ public class LibraryDeleteDTO {
|
||||
private List<Long> libraryIds;
|
||||
|
||||
private Integer deleteModelConfirm;
|
||||
|
||||
@NotEmpty(message = "timeZone.cannot.be.empty")
|
||||
@ApiModelProperty("时区")
|
||||
private String timeZone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user