公告板
版本库
filestore
活动
搜索
登录
main
/
pms-Sv
生产管理系统后端系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
command
Fancy
2024-10-17
451eada4d42593de866b6fe150129ec12079a452
[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() ;
}