diff --git a/src/main/java/com/kamco/cd/training/postgres/entity/ModelMasterEntity.java b/src/main/java/com/kamco/cd/training/postgres/entity/ModelMasterEntity.java index 4aca805..cd1124d 100644 --- a/src/main/java/com/kamco/cd/training/postgres/entity/ModelMasterEntity.java +++ b/src/main/java/com/kamco/cd/training/postgres/entity/ModelMasterEntity.java @@ -106,6 +106,12 @@ public class ModelMasterEntity { @Column(name = "best_epoch") private Integer bestEpoch; + @Column(name = "request_path") + private String requestPath; + + @Column(name = "response_path") + private String responsePath; + public ModelTrainMngDto.Basic toDto() { return new ModelTrainMngDto.Basic( this.id,