公告板
版本库
filestore
活动
搜索
登录
main
/
pms-Sv
生产管理系统后端系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
parse JWT
Fancy
2024-12-27
1172bde3b4613ac039b13e19d30ded5b92e3d65f
[pms-Sv.git]
/
pms-parent
/
pms-test
/
src
/
main
/
java
/
com
/
dy
/
pmsTest
/
tcpClient
/
TcpClUnitAdapter.java
1
2
3
4
5
6
7
package com.dy.pmsTest.tcpClient;
import com.dy.pmsTest.common.UnitAdapterInterface;
public interface TcpClUnitAdapter extends UnitAdapterInterface {
public TcpClUnitConfigVo getConfig() ;
}