- package com.ruoyi.web.mapper;
- import com.ruoyi.web.entity.VillageSpecial;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 乡村特色产业 Mapper 接口
- * </p>
- *
- * @author author
- * @since 2025-07-23
- */
- public interface VillageSpecialMapper extends BaseMapper<VillageSpecial> {
- }
|