OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2022-01-06 dc12a6a3e3dbe7088b54a1bb02cfc98cf7c230c0
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;
    }
}