From 4d67170018ed62bba6befbae560b7b2ac6e085a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E9=A1=BA=E5=81=A5?= Date: Wed, 10 Jul 2019 18:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9topo=5Fnode=5Finfo=20?= =?UTF-8?q?=E8=A1=A8img?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neza数据库定义.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neza数据库定义.md b/neza数据库定义.md index c5838c6..416b43c 100644 --- a/neza数据库定义.md +++ b/neza数据库定义.md @@ -666,7 +666,7 @@ |字段名|中文说明|数据类型|是否可空|备注| |----|----|----|----|----| |id |主键 |BIGINT(19) |NO |主键 | -|img_id |图片id |BIGINT(19) |YES |图片id,sys_dict 表关联 | +|img |图片 |VARCHAR(32) |YES |字典表code值,code,sys_dict 表关联,字典type=topo-img | |topo_id |topo图ID |BIGINT(19) |YES |topo图ID 与TOPO_INFO关联 | |type |NODE类型 |INT(10) |YES |NODE类型 1:节点组,2:节点,3:其它 4:topo | |type_id |关联id |INT(10) |YES |NODE对应的节点组或节点ID 当:TYPE = 1时,为节点组ID,TYPE = 2时,为节点ID,TYPE =3 时,无意义 type=4时 topo |