| | |
| | | import com.qianwen.smartman.modules.cps.service.IWorkstationOfMachineService; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/impl/WorkstationOfMachineServiceImpl.class */ |
| | | public class WorkstationOfMachineServiceImpl extends ServiceImpl<WorkstationOfMachineMapper, WorkstationOfMachine> implements IWorkstationOfMachineService { |
| | | |
| | | @Override // org.springblade.modules.cps.service.IWorkstationOfMachineService |
| | | |
| | | public WorkstationOfMachine getWorkstationOfMachineByWorkstationId(Long workstationId) { |
| | | return getOne(Wrappers.<WorkstationOfMachine>lambdaQuery().eq(WorkstationOfMachine::getWorkstationId, workstationId)); |
| | | /* |