This commit is contained in:
@@ -33,9 +33,6 @@ public class ComplaintEntity {
|
||||
@Column(name = "email")
|
||||
private String email;
|
||||
|
||||
@Column(name = "links", columnDefinition = "TEXT")
|
||||
private String links;
|
||||
|
||||
@OneToOne(cascade = CascadeType.ALL)
|
||||
@JoinColumn(name = "violation_id")
|
||||
@ToString.Exclude
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package ru.soune.nocopy.entity.complaint;
|
||||
|
||||
public enum ComplaintStatus {
|
||||
CREATED, IN_WORK, COMPLETED, CANCELLED
|
||||
//NEW , SHOWED, LEGAL_IN_WORK, ЖАЛОБА, 3 + 4 , САНКЦАНИРОВАННОЕ ИСПОЛЬЗОВАНИЕ
|
||||
CREATED, SHOWED, IN_WORK, COMPLETED, CANCELLED
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user