1234567891011121314151617 |
- package org.jeecg.modules.demo.hzz.hhhj.glfwx.mapper;
- import java.util.List;
- import org.apache.ibatis.annotations.Param;
- import org.jeecg.modules.demo.hzz.hhhj.glfwx.entity.RmHhglfwx;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * @Description: rm_hhglfwx
- * @Author: jeecg-boot
- * @Date: 2021-12-29
- * @Version: V1.0
- */
- public interface RmHhglfwxMapper extends BaseMapper<RmHhglfwx> {
- }
|