REQ-3345: 调整注解

This commit is contained in:
yanglin 2025-02-07 10:59:37 +08:00
parent 7bc120d5b4
commit 2b9d1d8602

View File

@ -13,7 +13,6 @@ import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import java.util.Collections;
import java.util.HashSet;
@ -70,7 +69,6 @@ public class CardSendRequest implements CardContent {
/**
* 接收人
*/
@NotEmpty(message = "接收人不能为空")
private Set<PeerPerson> receivers = new HashSet<>();
/**