修改
This commit is contained in:
huangzj
2023-08-16 20:02:29 +08:00
parent ee43dce699
commit fff05e4867
18 changed files with 93 additions and 35 deletions

View File

@@ -38,7 +38,7 @@ public class CsFeedbackAddParm {
* 用户id
*/
@ApiModelProperty(value = "用户id")
@NotBlank(message="用户id不能为空")
// @NotBlank(message="用户id不能为空")
private String userId;
/**

View File

@@ -21,7 +21,7 @@ public class CsFeedbackChatAddParm {
private String id;
@ApiModelProperty(value = "用户id")
@NotNull(message="用户id不能为空")
// @NotNull(message="用户id不能为空")
private String userId;
/**
* 消息内容

View File

@@ -24,7 +24,7 @@ public class CsFeedbackChatCheckParm {
private String id;
@ApiModelProperty(value = "用户id")
@NotNull(message="用户id不能为空")
// @NotNull(message="用户id不能为空")
private String userId;

View File

@@ -28,12 +28,12 @@ public class CsFeedbackQueryParm {
@NotNull(message="显示条数不能为空!")
@ApiModelProperty(value = "显示条数",name = "pageSize",dataType ="Integer",required = true)
private Integer pageSize;
/**
* 用户id
*/
@ApiModelProperty(value = "用户id")
@NotNull(message="用户id不能为空")
private String userId;
// /**
// * 用户id
// */
// @ApiModelProperty(value = "用户id")
// @NotNull(message="用户id不能为空")
// private String userId;
/**
* 问题类型(字典数据)