package com.mes.md.service.impl; import com.github.yulichang.base.MPJBaseServiceImpl; import com.github.yulichang.wrapper.MPJLambdaWrapper; import com.mes.md.entity.KBBTJPDrawingBP; import com.mes.md.entity.KBBTProgramsOperationLogBP; import com.mes.md.entity.PrimitiveTask; import com.mes.md.entity.Tasking; import com.mes.md.mapper.KBBTJPDrawingBPMapper; import com.mes.md.mapper.KBBTProgramsOperationLogBPMapper; import com.mes.md.mapper.PrimitiveTaskMapper; import com.mes.md.service.KBBTJPDrawingBPService; import com.mes.md.service.KBBTProgramsOperationLogBPService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.Date; import java.util.List; /** *

* 磨边机设备交互记录表 服务实现类 *

* * @author wu * @since 2024-08-28 */ @Service public class KBBTProgramsOperationLogBPServiceImpl extends MPJBaseServiceImpl implements KBBTProgramsOperationLogBPService { }