pamapi/src/main/java/com/pollex/pam/service/OtpTmpService.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.OtpTmp; import com.pollex.pam.enums.OtpLoginTypeEnum; @@ -9,6 +10,7 @@ import com.pollex.pam.repository.OtpTmpRepository; @Service @Transactional public class OtpTmpService { @Autowired