Изменения в FileType.java
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2025-12-17 13:49:22 +07:00
26 changed files with 657 additions and 166 deletions
@@ -42,6 +42,7 @@ public class User {
private String password;
@Size(min = 11, max = 14)
@Column(unique = true)
private String phone;
@Enumerated(EnumType.STRING)