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