| File was renamed from src/main/java/org/springblade/modules/registration/dto/RegistrationDTO.java |
| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.modules.registration.dto; |
| | | package org.springblade.modules.information.dto; |
| | | |
| | | import org.springblade.modules.registration.entity.Registration; |
| | | import org.springblade.modules.information.entity.Information; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class RegistrationDTO extends Registration { |
| | | public class InformationDTO extends Information { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | } |