package me.zhengjie.archives.dao; import org.apache.ibatis.annotations.Mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import me.zhengjie.archives.entity.GzArchivesEntity; /** *

* Mapper 接口 *

* * @author Erwin Feng * @since 2023-06-25 */ @Mapper public interface IGzArchivesDao extends BaseMapper { }