OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-10 e8dd85537ec9060133956629019c429ffb22f8c0
src/main/java/kr/wisestone/owl/domain/CompanyField.java
@@ -19,6 +19,8 @@
    private String url;
    private String email;
    private String memo;
    private Long ispId;
    private Long hostingId;
    public CompanyField() {}
@@ -77,4 +79,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;
    }
}