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.ComKeyPopulationDO; /** * @auther txb * @create 2021-08-09 17:41:05 * @describe mapperē±» */ @Mapper public interface ComKeyPopulationDAO extends BaseMapper { }