TASK:机器人添加查询男装

This commit is contained in:
xupei
2023-11-21 16:47:43 +08:00
parent 13208fed14
commit 8a3e6833ee
4 changed files with 51 additions and 13 deletions

View File

@@ -31,4 +31,8 @@ public class ChatSendDTO {
@ApiModelProperty("消息")
private String message;
@NotBlank(message = "gender.cannot.be.empty")
@ApiModelProperty("性别")
private String gender;
}