QyzxSmsMapper.java 309 Bytes
Newer Older
yuquan.zhu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package cn.timer.api.dao.qyzx;
import org.springframework.stereotype.Repository;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

import cn.timer.api.bean.qyzx.QyzxSms;

/**
*  付费服务表
* @author Tang 2019-11-13
*/
@Repository
public interface QyzxSmsMapper extends BaseMapper<QyzxSms> {

	
}