ctc_poc2026/docs/tables/td_layer_metric.md

11 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

|字段名称|字段类型|中文说明|注释|是否为主键|
|---|---|---|---|---|
|layer_type|varchar(32) NOT NULL|图层类型,对应 td_layer_config.layer_type|图层类型,对应 td_layer_config.layer_type|是|
|metric_code|varchar(64) NOT NULL|指标编码,对应 td_metric_definition.metric_code|指标编码,对应 td_metric_definition.metric_code|是|
|metric_name|varchar(128) NOT NULL|指标显示名称|指标显示名称|否|
|default_style_name|varchar(128) NOT NULL|该指标默认 SLD 样式名称|该指标默认 SLD 样式名称|否|
|supported_operator|varchar(32)|支持的运营商列表(数组),为空表示全部|支持的运营商列表(数组),为空表示全部|否|
|supported_network_class|varchar(32)|支持的网络制式列表(数组),如 4G/5G_SA/all|支持的网络制式列表(数组),如 4G/5G_SA/all|否|
|sort_no|integer NOT NULL DEFAULT 0|同图层下指标排序号|同图层下指标排序号|否|
|is_valid|smallint NOT NULL DEFAULT 1|是否有效1=有效 0=无效|是否有效1=有效 0=无效|否|
|updated_time|timestamp without time zone NOT NULL DEFAULT now()|记录更新时间|记录更新时间|否|