This commit is contained in:
2023-11-30 10:46:21 +08:00
parent a839f95e59
commit f5e7e2023f
32 changed files with 542 additions and 235 deletions

View File

@@ -5,6 +5,12 @@ import param from './param/in'
import instruction from './instruction/in'
import task from './task/in'
import history from './history/in'
import device from './device/in'
import opc from './opc/in'
import protocol from './protocol/in'
import address from './address/in'
import storageCell from './storageCell/in'
import route from './route/in'
export default {
...idLocale,
@@ -13,5 +19,11 @@ export default {
...param,
...instruction,
...task,
...history
...history,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route
}