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; /** * 服务Mapper接口 * * @author ruoyi * @date 2023-09-07 */ public interface ServicesMapper extends BaseMapperPlus<ServicesMapper, Services, ServicesVo> { }