src/main/java/com/mzl/flower/dto/request/comment/UpdateFlowerCommentDTO.java
@@ -12,6 +12,7 @@ public class UpdateFlowerCommentDTO { @ApiModelProperty(value = "id") @NotEmpty(message = "ID不能为空") private String id; /** @@ -42,5 +43,4 @@ */ @ApiModelProperty(value = "匿名标志") private Integer anonymityFalg; }