大声道撒旦
This commit is contained in:
parent
ec79cfa018
commit
9c4f66be1d
@ -21,9 +21,6 @@ import org.hibernate.annotations.Type;
|
|||||||
@Table(name = "deploy_app_config")
|
@Table(name = "deploy_app_config")
|
||||||
public class DeployAppConfig extends Entity<Long> {
|
public class DeployAppConfig extends Entity<Long> {
|
||||||
|
|
||||||
// @Column(name = "branch", nullable = false)
|
|
||||||
// private String branch;
|
|
||||||
|
|
||||||
@Column(name = "build_type", nullable = false)
|
@Column(name = "build_type", nullable = false)
|
||||||
@Enumerated(EnumType.STRING)
|
@Enumerated(EnumType.STRING)
|
||||||
private BuildTypeEnum buildType;
|
private BuildTypeEnum buildType;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user