保誠-保戶業務員媒合平台
wayne
2021-12-03 e0395e332ec0d7a0ee42f611327435c0f3724c00
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