公告板
版本库
filestore
活动
搜索
登录
main
/
25-004Project
上海基地mes
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
设备交互模块化组件 初步完成
严智鑫
2025-06-13
d14cdaf28222bfef468185e34de7c823f1436b19
[25-004Project.git]
/
ShangHaiMesParent
/
moduleService
/
plcConnectModule
/
src
/
main
/
java
/
com
/
mes
/
connect
/
IndustrialInterface
/
AddressParser.java
1
2
3
4
5
6
7
8
9
10
package com.mes.connect.IndustrialInterface;
import com.mes.connect.protocol.ProtocolAddress;
/**
* 地址解析器接口
*/
public interface AddressParser {
ProtocolAddress parse(String address);
}