OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/java/kr/wisestone/owl/web/form/CompanyFieldForm.java
@@ -20,6 +20,10 @@
    private Long childSectorId;
    private Long regionId;
    private Long statusId;
    private String companyTypeName;
    private String parentSectorName;
    private String childSectorName;
    private String regionName;
    private String statusName;
    private Long registerId;    //  등록자 아이디 - insert batch 에서 사용
@@ -156,4 +160,36 @@
    public void setRegisterId(Long registerId) {
        this.registerId = registerId;
    }
    public String getCompanyTypeName() {
        return companyTypeName;
    }
    public void setCompanyTypeName(String companyTypeName) {
        this.companyTypeName = companyTypeName;
    }
    public String getParentSectorName() {
        return parentSectorName;
    }
    public void setParentSectorName(String parentSectorName) {
        this.parentSectorName = parentSectorName;
    }
    public String getChildSectorName() {
        return childSectorName;
    }
    public void setChildSectorName(String childSectorName) {
        this.childSectorName = childSectorName;
    }
    public String getRegionName() {
        return regionName;
    }
    public void setRegionName(String regionName) {
        this.regionName = regionName;
    }
}