swagger-ui 里 @ApiModelProperty 注解里的 notes 代表什么意思
@ApiModelProperty(value = "姓名", notes = "姓名")
@SensitiveInfo(SensitiveType.CHINESE_NAME)
private String realName;
swagger-ui 里 @ApiModelProperty 注解里的 notes 代表什么意思
@ApiModelProperty(value = "姓名", notes = "姓名")
@SensitiveInfo(SensitiveType.CHINESE_NAME)
private String realName;
1
yidinghe Sep 10, 2018
|