- package org.jeecg.modules.demo.hzz.hhhj.glfwx.service;
- import org.jeecg.modules.demo.hzz.hhhj.glfwx.entity.RmHhglfwx;
- import com.baomidou.mybatisplus.extension.service.IService;
- /**
- * @Description: rm_hhglfwx
- * @Author: jeecg-boot
- * @Date: 2021-12-29
- * @Version: V1.0
- */
- public interface IRmHhglfwxService extends IService<RmHhglfwx> {
- }
|