src/main/java/kr/wisestone/owl/web/form/CompanyFieldForm.java
@@ -12,6 +12,9 @@ private String tel; private String url; private String memo; private Long ispId; private Long hostingId; private List<Long> removeIds = Lists.newArrayList(); public CompanyFieldForm() { @@ -57,6 +60,22 @@ this.memo = memo; } 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; } public List<Long> getRemoveIds() { return removeIds; }