公告板
版本库
filestore
活动
搜索
登录
main
/
25-004Project
上海基地mes
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.json文件优化 增加配置项:【1.触发点;2.逻辑线程时间间隔】 2.优化处理代码 【1.去除多余日志输出点;2.两个设备json文件进行根据...
严智鑫
2025-06-17
560303799978bd141dc1e9553b7607012591fb42
[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);
}