保誠-保戶業務員媒合平台
Mila
2021-12-29 c4f664ac6ff3060b82ae8d2108ed07bbc3cf9222
pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentCustomerViewMapper.java
@@ -9,11 +9,10 @@
import com.pollex.pam.domain.AppointmentCustomerView;
import com.pollex.pam.service.dto.AppointmentCustomerViewDTO;
import com.pollex.pam.service.dto.AppointmentDTO;
@Service
public class AppointmentCustomerViewMapper {
   public AppointmentCustomerViewDTO toAppointmentCustomerViewDTO(AppointmentCustomerView source) {
      AppointmentCustomerViewDTO target = new AppointmentCustomerViewDTO();
      BeanUtils.copyProperties(source, target);