#
Junjie
2025-07-05 151ba81e92c3c60888cbc04b1a4f3276b8111ac6
1
2
3
4
5
6
7
package com.zy.core.thread;
 
import com.zy.core.ThreadHandler;
 
public interface ForkLiftThread extends ThreadHandler {
 
}