removed id from Curtains.java
This commit is contained in:
parent
7f34e2b391
commit
831a2d07c6
1 changed files with 0 additions and 7 deletions
|
@ -9,13 +9,6 @@ import javax.validation.constraints.NotNull;
|
||||||
@Entity
|
@Entity
|
||||||
public class Curtains extends OutputDevice {
|
public class Curtains extends OutputDevice {
|
||||||
|
|
||||||
@Column(name = "curtains_id")
|
|
||||||
private Long curtainsId;
|
|
||||||
|
|
||||||
public void setCurtainsId(Long curtainsId) {
|
|
||||||
this.curtainsId = curtainsId;
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Column(nullable = false)
|
@Column(nullable = false)
|
||||||
@Min(0)
|
@Min(0)
|
||||||
|
|
Loading…
Reference in a new issue