cloudroam
2024-12-10 6ee2a947a786edad9eb19a5401de7fcc456b90a6
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;
}