package com.artfess.manage.duty.dao;

import com.artfess.manage.duty.model.CmgtDutyTeam;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 勤务小组信息 Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author wjl
 * @since 2022-07-20
 */
public interface CmgtDutyTeamDao extends BaseMapper<CmgtDutyTeam> {

}
