保誠-保戶業務員媒合平台
wayne
2022-01-22 602c6a536fa1448e3f9f2d4c89b27f7aa0503295
pamapi/src/main/java/com/pollex/pam/service/AppointmentMemoService.java
@@ -2,6 +2,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.pollex.pam.domain.Appointment;
import com.pollex.pam.domain.AppointmentMemo;
@@ -15,6 +16,7 @@
import com.pollex.pam.web.rest.errors.AppointmentNotFoundException;
@Service
@Transactional
public class AppointmentMemoService {
   
   @Autowired