#
Junjie
2025-07-03 084c97ce0069483ab1c7938755c89e5d7a834ad0
1
2
3
4
5
6
7
package com.zy.core.thread;
 
import com.zy.core.ThreadHandler;
 
public interface ShuttleThread extends ThreadHandler {
 
}