大声道撒旦

This commit is contained in:
dengqichen 2025-01-14 17:02:48 +08:00
parent ec79cfa018
commit 9c4f66be1d

View File

@ -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;