package cn.lailab.toolbox.service; import org.springframework.stereotype.Service; import cn.lailab.toolbox.beans.tools.ToolMd5; @Service public interface ToolMd5Service { int insertToolMd5(ToolMd5 toolMd5); ToolMd5 selectToolMd5(ToolMd5 toolMd5); }