用户和房间违规必填校验取消
This commit is contained in:
parent
663d9b4b28
commit
21519ad8c5
@ -39,7 +39,7 @@ public class RoomViolationHandleCmd extends AppExtCommand {
|
|||||||
/**
|
/**
|
||||||
* 问题描述
|
* 问题描述
|
||||||
*/
|
*/
|
||||||
@NotBlank(message = "问题描述不能为空")
|
// @NotBlank(message = "问题描述不能为空")
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -39,7 +39,7 @@ public class UserViolationHandleCmd extends AppExtCommand {
|
|||||||
/**
|
/**
|
||||||
* 问题描述
|
* 问题描述
|
||||||
*/
|
*/
|
||||||
@NotBlank(message = "问题描述不能为空")
|
// @NotBlank(message = "问题描述不能为空")
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user