新增网关和服务灰度能力

This commit is contained in:
gaoqr
2025-04-07 10:38:19 +08:00
parent acd3b2b16d
commit f5cab8d1d2
10 changed files with 54 additions and 30 deletions
@@ -37,4 +37,7 @@ public class OAuth2AccessTokenCheckRespDTO implements Serializable {
@Schema(description = "部门编号", example = "1")
private Long deptId;
@Schema(description = "灰度版本号", example = "1")
private String grayVersion;
}