package com.pz.system.mapper;

import com.pz.system.domain.Services;
import com.pz.system.domain.vo.ServicesVo;
import com.pz.common.core.mapper.BaseMapperPlus;
import org.apache.ibatis.annotations.Mapper;

/**
 * 服务Mapper接口
 *
 * @author ruoyi
 * @date 2023-09-07
 */
@Mapper
public interface ServicesMapper extends BaseMapperPlus<ServicesMapper, Services, ServicesVo> {

}