保誠-保戶業務員媒合平台
Jack
2021-11-26 6282fdfadbc9f22e3874f206cdd5e67014583991
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