Browse Source

点位配置-添加数据库说明。

Jay Lee 4 years ago
parent
commit
917701b83d

+ 9 - 0
docs/dev/database/index.js

@@ -28,6 +28,15 @@ const content = [
         children: [
             ["/dev/database/topo/table", "表设计"]
         ]
+    },
+    {
+        title: "点位配置",
+        path: "/dev/database/pointConfig/",
+        children: [
+            ["/dev/database/pointConfig/table", "表设计"]
+            // ,
+            // ["/dev/database/pointConfig/view", "视图设计"]
+        ]
     }
 ];
 

+ 74 - 0
docs/dev/database/pointConfig/table.md

@@ -0,0 +1,74 @@
+# 表设计
+
+## 数据源 - datasource
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'datasource'"/>
+
+## 执行-明细 - execute_detail
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'execute_detail'"/>
+
+## 执行-日志 - execute_log
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'execute_log'"/>
+
+## 位置标签 - location_flag
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'location_flag'"/>
+
+## 自定义表号功能号 - meter_func_custom
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'meter_func_custom'"/>
+
+## 数据中心信息点(仅表号功能号) - obj_infos
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'obj_infos'"/>
+
+## 原始数据-当前值 - original_present
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'original_present'"/>
+
+## 数据中心更新日志 - physical_log
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'physical_log'"/>
+
+## 点表(amqp) - point_amqp
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_amqp'"/>
+
+## 点表(bacnet) - point_bacnet
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_bacnet'"/>
+
+## 点表(knx) - point_knx
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_knx'"/>
+
+## 点表(modbus-tcp) - point_modbus_tcp
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_modbus_tcp'"/>
+
+## 点表(mqtt) - point_mqtt
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_mqtt'"/>
+
+## 点表(opc) - point_opc
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_opc'"/>
+
+## 实例关系-当前有效 - relation_obj
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'relation_obj'"/>
+
+## 实例关系-删除记录 - relation_obj_delete
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'relation_obj_delete'"/>
+
+## 数据字典关系 - relation_physical
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'relation_physical'"/>
+
+## 单位 - unit
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'unit'"/>
+

+ 74 - 0
docs/dev/database/pointConfig/view.md

@@ -0,0 +1,74 @@
+# 表设计
+
+## 数据源 - datasource
+
+<TableDesig :sys="'pointconfig'" :schema="'pointconfig'" :table="'datasource'"/>
+
+## 执行-明细 - execute_detail
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'execute_detail'"/>
+
+## 执行-日志 - execute_log
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'execute_log'"/>
+
+## 位置标签 - location_flag
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'location_flag'"/>
+
+## 自定义表号功能号 - meter_func_custom
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'meter_func_custom'"/>
+
+## 数据中心信息点(仅表号功能号) - obj_infos
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'obj_infos'"/>
+
+## 原始数据-当前值 - original_present
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'original_present'"/>
+
+## 数据中心更新日志 - physical_log
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'physical_log'"/>
+
+## 点表(amqp) - point_amqp
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_amqp'"/>
+
+## 点表(bacnet) - point_bacnet
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_bacnet'"/>
+
+## 点表(knx) - point_knx
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_knx'"/>
+
+## 点表(modbus-tcp) - point_modbus_tcp
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_modbus_tcp'"/>
+
+## 点表(mqtt) - point_mqtt
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_mqtt'"/>
+
+## 点表(opc) - point_opc
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'point_opc'"/>
+
+## 实例关系-当前有效 - relation_obj
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'relation_obj'"/>
+
+## 实例关系-删除记录 - relation_obj_delete
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'relation_obj_delete'"/>
+
+## 数据字典关系 - relation_physical
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'relation_physical'"/>
+
+## 单位 - unit
+
+<TableDesig :sys="'datacenter'" :schema="'pointconfig'" :table="'unit'"/>
+