c70d36ee0ece3d80a735d9bd5336e38ccd2f5d64.svn-base 348 B

1234567891011121314
  1. package org.jeecg.modules.demo.hzz.hhhj.glfwx.service;
  2. import org.jeecg.modules.demo.hzz.hhhj.glfwx.entity.RmHhglfwx;
  3. import com.baomidou.mybatisplus.extension.service.IService;
  4. /**
  5. * @Description: rm_hhglfwx
  6. * @Author: jeecg-boot
  7. * @Date: 2021-12-29
  8. * @Version: V1.0
  9. */
  10. public interface IRmHhglfwxService extends IService<RmHhglfwx> {
  11. }