package com.panzhihua.service_community.dao; import org.apache.ibatis.annotations.Mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.panzhihua.service_community.model.dos.ComMngVillageDO; /** * @description: 小区管理 * @author: Null * @date: 2021/3/16 14:28 */ @Mapper public interface ComMngVillageDAO extends BaseMapper { }