package com.changhong.epc.parsing.service.loop.tools; @FunctionalInterface public interface Perform { void execute(); }