REQ-3345: 调整注解
This commit is contained in:
parent
7bc120d5b4
commit
2b9d1d8602
@ -13,7 +13,6 @@ import lombok.Getter;
|
|||||||
import lombok.Setter;
|
import lombok.Setter;
|
||||||
|
|
||||||
import javax.validation.constraints.NotBlank;
|
import javax.validation.constraints.NotBlank;
|
||||||
import javax.validation.constraints.NotEmpty;
|
|
||||||
import javax.validation.constraints.NotNull;
|
import javax.validation.constraints.NotNull;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
@ -70,7 +69,6 @@ public class CardSendRequest implements CardContent {
|
|||||||
/**
|
/**
|
||||||
* 接收人
|
* 接收人
|
||||||
*/
|
*/
|
||||||
@NotEmpty(message = "接收人不能为空")
|
|
||||||
private Set<PeerPerson> receivers = new HashSet<>();
|
private Set<PeerPerson> receivers = new HashSet<>();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user