陶杰
2024-12-26 c6e9715b6e593738abf1a35e49c1bbac0966f3a4
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;
}