陶杰
2024-12-17 b249877c2722250deeedb0c68bb68646fcea4017
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;
}