- package com.huimv.produce.mapper;
- import com.huimv.produce.entity.ProdSowPigletStatus;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * Mapper 接口
- * </p>
- *
- * @author astupidcoder
- * @since 2021-11-25
- */
- public interface ProdSowPigletStatusMapper extends BaseMapper<ProdSowPigletStatus> {
- }
|