优化通用通道接口

结构优化
648540858 2024-01-15 00:15:02 +08:00
parent e2fd8ddf8b
commit 2ac51548f4
1 changed files with 1 additions and 1 deletions

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;