package com.artfess.bpm.persistence.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.artfess.bpm.persistence.model.BpmCallLog;

/**
 * 
 * <pre> 
 * 描述：bpm_call_log DAO接口
 * 构建组：x5-bpmx-platform
 * 作者:zhangxw
 * 邮箱:zhangxw@jee-soft.cn
 * 日期:2017-10-26 11:40:50
 * 版权：广州宏天软件有限公司
 * </pre>
 */
public interface BpmCallLogDao extends BaseMapper<BpmCallLog> {
}
