- package org.jeecg.modules.demo.hzz.xxgl.hdmx.service;
- import org.jeecg.modules.demo.hzz.xxgl.hdmx.entity.RmZdmxxgl;
- import com.baomidou.mybatisplus.extension.service.IService;
- import java.util.List;
- /**
- * @Description: 纵断面信息
- * @Author: jeecg-boot
- * @Date: 2022-04-06
- * @Version: V1.0
- */
- public interface IRmZdmxxglService extends IService<RmZdmxxgl> {
- public List<RmZdmxxgl> selectByMainId(String mainId);
- }
|