优化通用通道接口

This commit is contained in:
648540858 2024-01-15 00:15:02 +08:00
parent e2fd8ddf8b
commit 2ac51548f4

View File

@ -296,7 +296,7 @@ public class CommonGbChannel {
private String commonGbDownloadSpeed; private String commonGbDownloadSpeed;
/** /**
* 域编码能力,取值0:不支持;1:1级增强;2:2级增强;3:3级增强(可选) * 域编码能力,取值0:不支持;1:1级增强;2:2级增强;3:3级增强(可选)
*/ */
@Schema(description = "空域编码能力,取值0:不支持;1:1级增强(1个增强层);2:2级增强(2个增强层);3:3级增强(3个增强层)(可选)") @Schema(description = "空域编码能力,取值0:不支持;1:1级增强(1个增强层);2:2级增强(2个增强层);3:3级增强(3个增强层)(可选)")
private Integer commonGbSVCSpaceSupportMode; private Integer commonGbSVCSpaceSupportMode;