모델엔티티수정
This commit is contained in:
@@ -12,6 +12,7 @@ import java.time.ZonedDateTime;
|
||||
import java.util.UUID;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.hibernate.annotations.ColumnDefault;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@@ -81,6 +82,13 @@ public class ModelMngEntity extends CommonDateEntity {
|
||||
@Column(name = "cls_model_file_name", length = 155)
|
||||
private String clsModelFileName;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "cls_model_version", length = 100)
|
||||
private String clsModelVersion;
|
||||
|
||||
@ColumnDefault("0")
|
||||
@Column(name = "priority")
|
||||
private Double priority;
|
||||
|
||||
|
||||
public void deleted() {
|
||||
|
||||
Reference in New Issue
Block a user