NCBACK-19 add all case for json
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-14 19:10:22 +07:00
parent 5c6309e228
commit d3e50aa8d1
5 changed files with 9 additions and 0 deletions
@@ -10,6 +10,7 @@ import ru.soune.nocopy.entity.GenderType;
import java.time.LocalDate;
@Data
@JsonFormat(with = JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES)
public class UserRequest {
@Size(min = 2)
private String fullName;