kotlin data (corresponding to java entity class) @Entity @Table(name = "user") data class User( @NotNull(message = "User name cannot be ...
確定! 回上一頁