| | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/impl/ToolAppendixServiceImpl.class */ |
| | | public class ToolAppendixServiceImpl extends BaseServiceImpl<ToolAppendixMapper, ToolAppendix> implements IToolAppendixService { |
| | | @Override // org.springblade.modules.cps.service.IToolAppendixService |
| | | |
| | | public List<ToolAppendixVO> saveTool(ToolAppendixAddVO vo) { |
| | | List<ToolAppendixDTO> toolAppendixList = vo.getToolAppendixList(); |
| | | if (Func.isNotEmpty(toolAppendixList)) { |