package org.jeecg.modules.mdcJc.service; import com.baomidou.mybatisplus.extension.service.IService; import javafx.concurrent.Service; import org.jeecg.modules.mdcJc.entity.MdcProductMonthlyschedule; /** * @author clown * * @date 2024/7/17 */ public interface IMdcProductMonthScheduleService extends IService { /** * 当月零部件 * @return */ boolean scheduleProductMonthList(); }