- package com.huimv.admin.mapper;
- import com.huimv.admin.entity.BreedGestation;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 个体妊娠 Mapper 接口
- * </p>
- *
- * @author author
- * @since 2024-08-16
- */
- public interface BreedGestationMapper extends BaseMapper<BreedGestation> {
- }
|