All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mg.common.user.service.SmsCodeService Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.mg.common.user.service;

import com.mg.common.entity.SmsCodeEntity;

/**
 * Created by liukefu on 2017/6/24.
 */
public interface SmsCodeService  {

    SmsCodeEntity findByMobileAndSmsCode(String mobile, String smsCode);

    SmsCodeEntity save(SmsCodeEntity smsCodeEntity);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy