#
Junjie
2025-11-04 b1013def3c6fd89195a6ee726cbb47016a155fab
1
2
3
4
5
6
7
8
9
10
package com.zy.core.thread;
 
import com.zy.core.ThreadHandler;
import com.zy.core.model.protocol.CrnProtocol;
 
public interface CrnThread extends ThreadHandler {
 
    CrnProtocol getCrnProtocol();
 
}