修改topo_node_info 表img

This commit is contained in:
方顺健
2019-07-10 18:35:04 +08:00
parent 31d8615c68
commit 4d67170018

View File

@@ -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时为节点组IDTYPE = 2时为节点IDTYPE =3 时,无意义 type=4时 topo |