保誠-保戶業務員媒合平台
KillerADO
2021-12-23 41bc5df9cda6a43ef47313622dd1ffde1480d06f
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);