package com.zy.core.thread; import com.zy.core.ThreadHandler; public interface ForkLiftThread extends ThreadHandler { }