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