From 9cefc77815ab070cbd6cb410da30307f1df31e34 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 03 1월 2022 10:21:21 +0900
Subject: [PATCH] 검색에서 검색된 이슈를 클릭시 상세화면으로 가는데 x누르면 이전 목록이 보이도록 수정

---
 src/main/java/kr/wisestone/owl/web/condition/CompanyFieldCondition.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/main/java/kr/wisestone/owl/web/condition/CompanyFieldCondition.java b/src/main/java/kr/wisestone/owl/web/condition/CompanyFieldCondition.java
index f0b62ab..a87a5af 100644
--- a/src/main/java/kr/wisestone/owl/web/condition/CompanyFieldCondition.java
+++ b/src/main/java/kr/wisestone/owl/web/condition/CompanyFieldCondition.java
@@ -12,6 +12,8 @@
     private String email;
     private String url;
     private String memo;
+    private Long ispId;
+    private Long hostingId;
 
     private Integer Page;
     private Integer PageSize;
@@ -91,4 +93,20 @@
     public void setUrl(String url) {
         this.url = url;
     }
+
+    public Long getIspId() {
+        return ispId;
+    }
+
+    public void setIspId(Long ispId) {
+        this.ispId = ispId;
+    }
+
+    public Long getHostingId() {
+        return hostingId;
+    }
+
+    public void setHostingId(Long hostingId) {
+        this.hostingId = hostingId;
+    }
 }

--
Gitblit v1.8.0