1234567891011121314151617 |
- package org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.mapper;
- import java.util.List;
- import org.apache.ibatis.annotations.Param;
- import org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.entity.RmHdzraxbyl;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * @Description: rm_hdzraxbyl
- * @Author: jeecg-boot
- * @Date: 2022-01-21
- * @Version: V1.0
- */
- public interface RmHdzraxbylMapper extends BaseMapper<RmHdzraxbyl> {
- }
|