0

ban/unban process

This commit is contained in:
2021-05-18 20:29:54 +03:00
parent 4a37364497
commit edd21ef315
9 changed files with 96 additions and 31 deletions

View File

@@ -1,16 +1,15 @@
package ru.dmitriymx.plugin.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.*;
import java.util.Objects;
@Entity
@Table(name = "ban_users")
@SuppressWarnings("unused")
public class BannedUserEntity {
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
private Integer id;
@Column(