12345678910111213141516171819 |
- package org.jeecg.modules.demo.hzz.hhhj.glfwx.service.impl;
- import org.jeecg.modules.demo.hzz.hhhj.glfwx.entity.RmHhglfwx;
- import org.jeecg.modules.demo.hzz.hhhj.glfwx.mapper.RmHhglfwxMapper;
- import org.jeecg.modules.demo.hzz.hhhj.glfwx.service.IRmHhglfwxService;
- import org.springframework.stereotype.Service;
- import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
- /**
- * @Description: rm_hhglfwx
- * @Author: jeecg-boot
- * @Date: 2021-12-29
- * @Version: V1.0
- */
- @Service
- public class RmHhglfwxServiceImpl extends ServiceImpl<RmHhglfwxMapper, RmHhglfwx> implements IRmHhglfwxService {
- }
|