陶杰
2025-01-08 ae1471f378f399f76518539ec8992e64a3673436
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;
}