Remove chinese

This commit is contained in:
DingZQ
2025-02-08 21:30:38 +08:00
parent 3e873fad78
commit 20d3566f30
4 changed files with 5 additions and 15 deletions
@@ -1,7 +1,7 @@
-- [HISTORY_PATTERNS_FLOWS]
-- 王名豪
-- WMH
-- 2025/01/12
-- 保存patternpattern基于历史的流量数据,用于后续流量数据更新pattern
-- Save pattern and pattern based history flow data. Use it for flow update pattern
create table history_patterns_flows
(
_order serial primary key
+1 -7
View File
@@ -1,12 +1,6 @@
-- [SCADA_INFO]
-- 王名豪
-- WMH
-- 2025/01/12
-- 存储水厂提供的SCADA设备相关数据,包括设备ID、类型、关联的模型元素ID、关联的模式、
-- 关联的干管流量计对应的模型元素ID(即demand(大用户)处于某个pipe_flow(干管流量计)之下
-- 关联的出厂流量计对应的模型元素ID若干个(即确认该设备的水源是哪几个,根据水源不同,设置为不同的分区)
-- SCADA设备通过数据接口查询的ID、传输模式(实时/非实时)、传输频率(多久传回一次数据)
-- X坐标、Y坐标、基于X坐标和Y坐标生成geometry类型的数据
create table scada_info
(
id varchar(32) primary key