保誠-保戶業務員媒合平台
Jack
2021-11-29 13ae6947a48f4c061b1a6479df889fa2aaf07099
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