| package org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.service;import org.jeecg.modules.demo.hzz.axgh.hdzraxbyl.entity.RmHdzraxbyl;import com.baomidou.mybatisplus.extension.service.IService;/** * @Description: rm_hdzraxbyl * @Author: jeecg-boot * @Date:   2022-01-21 * @Version: V1.0 */public interface IRmHdzraxbylService extends IService<RmHdzraxbyl> {}
 |