#
Junjie
18 小时以前 55f37ee6bb68d069f6b77ae73e106a2fc4b30686
1
2
3
4
5
6
7
8
package com.zy.core.network.fake;
 
/**
 * 输送站 V4 仿真分段连接实现。
 * 当前复用 V3 分段仿真逻辑,保留独立类用于后续 V4 仿真策略演进。
 */
public class ZyStationV4FakeSegConnect extends ZyStationFakeSegConnect {
}