/**  
* Title: CrmSeaRuleMapper.java 
* Description: 
* @author dsc  
* @date 2020年6月8日  
* @version 1.0  
*/
package cn.timer.api.dao.crm;

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

import cn.timer.api.bean.crm.CrmSeaRule;

/**
 * Title: CrmSeaRuleMapper.java
 * 
 * @Description:
 * @author dsc
 * @date 2020年6月8日
 * @version 1.0
 */
public interface CrmSeaRuleMapper extends BaseMapper<CrmSeaRule> {

}