copy from src/main/java/kr/wisestone/owl/domain/Hosting.java
copy to src/main/java/kr/wisestone/owl/domain/IspField.java
File was copied from src/main/java/kr/wisestone/owl/domain/Hosting.java |
| | |
| | | import java.io.Serializable; |
| | | |
| | | @Entity |
| | | public class Hosting extends BaseEntity implements Serializable { |
| | | public class IspField extends BaseEntity implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @Id |
| | |
| | | private String email; |
| | | private String memo; |
| | | |
| | | public Hosting() {} |
| | | public IspField() {} |
| | | |
| | | public Long getId() { |
| | | return id; |