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