package com.mes.md.service.impl; import com.github.yulichang.base.MPJBaseServiceImpl; import com.github.yulichang.wrapper.MPJLambdaWrapper; import com.mes.md.entity.Line; import com.mes.md.entity.LineConfiguration; import com.mes.md.entity.Machine; import com.mes.md.mapper.LineConfigurationMapper; import com.mes.md.mapper.LineMapper; import com.mes.md.service.LineConfigurationService; import com.mes.md.service.LineService; import org.springframework.stereotype.Service; import java.util.List; /** *
* 服务实现类 *
* * @author wu * @since 2024-08-28 */ @Service public class LineConfigurationServiceImpl extends MPJBaseServiceImpl