opt:readme优化
This commit is contained in:
@@ -91,16 +91,6 @@ public void autoInitial() throws Exception {
|
||||
}
|
||||
```
|
||||
|
||||
### 2.2 过滤规则
|
||||
|
||||
| 检查项 | 条件 | 处理方式 |
|
||||
|--------|------|----------|
|
||||
| **code为空** | `StringUtils.isEmpty(code)` | 跳过,记录消息 |
|
||||
| **code重复** | `partialJudg.contains(code)` | 跳过,记录消息 |
|
||||
| **在禁止列表** | `StartConfig.AutoRun_Ban.contains(code)` | 跳过,记录消息 |
|
||||
|
||||
---
|
||||
|
||||
## 3. AbstractAutoRunnable 抽象基类
|
||||
|
||||
### 3.1 类结构
|
||||
@@ -409,7 +399,3 @@ public enum ThreadUsedStatusEnum {
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**文档版本**: v1.0
|
||||
**创建日期**: 2026年4月
|
||||
**适用模块**: NL Admin System - 自动线程模块
|
||||
|
||||
@@ -503,7 +503,3 @@ if (opcPlc == null) {
|
||||
3. 在 `DeviceDriverDefination` 中注册驱动
|
||||
|
||||
---
|
||||
|
||||
**文档版本**: v1.0
|
||||
**创建日期**: 2026年4月
|
||||
**适用模块**: NL Admin System - 设备管理模块
|
||||
|
||||
@@ -328,7 +328,3 @@ OPC_SERVER.PLC.DEVICE.POINT
|
||||
| `03` | 输出点位 | PLC输出信号(如控制指令) |
|
||||
|
||||
---
|
||||
|
||||
**文档版本**: v1.0
|
||||
**创建日期**: 2026年4月
|
||||
**适用模块**: NL Admin System - 设备协议模块
|
||||
|
||||
Reference in New Issue
Block a user