10ede385ddef4aed4c0655fab9c117e9ce583581.svn-base 607 B

12345678910111213141516171819
  1. package org.jeecg.modules.demo.hzz.hhhj.glfwx.service.impl;
  2. import org.jeecg.modules.demo.hzz.hhhj.glfwx.entity.RmHhglfwx;
  3. import org.jeecg.modules.demo.hzz.hhhj.glfwx.mapper.RmHhglfwxMapper;
  4. import org.jeecg.modules.demo.hzz.hhhj.glfwx.service.IRmHhglfwxService;
  5. import org.springframework.stereotype.Service;
  6. import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
  7. /**
  8. * @Description: rm_hhglfwx
  9. * @Author: jeecg-boot
  10. * @Date: 2021-12-29
  11. * @Version: V1.0
  12. */
  13. @Service
  14. public class RmHhglfwxServiceImpl extends ServiceImpl<RmHhglfwxMapper, RmHhglfwx> implements IRmHhglfwxService {
  15. }