短信发送及其它
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ifish.dao;
|
||||
|
||||
import com.ifish.entity.VipSmsResult;
|
||||
|
||||
/**
|
||||
* @author: yan.y
|
||||
* @Description:
|
||||
* @Date: Created in 22:42 2018/7/5
|
||||
* @Modified by:
|
||||
*/
|
||||
public interface VipSmsResultDao extends BaseDao<VipSmsResult,Integer> {
|
||||
}
|
||||
Reference in New Issue
Block a user