保誠-保戶業務員媒合平台
Jack
2021-12-22 6c645d811f0c81eca814d56fa651e9088ce6fc13
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