package org.jeecg.modules.demo.hzz.yhyc.service; import org.jeecg.modules.demo.hzz.yhyc.entity.RmMbqd; import com.baomidou.mybatisplus.extension.service.IService; import java.util.List; /** * @Description: 目标清单 * @Author: jeecg-boot * @Date: 2021-11-26 * @Version: V1.0 */ public interface IRmMbqdService extends IService { public List selectByMainId(String mainId); }