From 6c80cecea3e83ea93575dd3dc2299ed2b6c85d5e Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 11 十月 2024 08:35:35 +0800 Subject: [PATCH] add:花农结算报表 --- src/main/java/com/mzl/flower/dto/request/comment/UpdateFlowerCommentDTO.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/mzl/flower/dto/request/comment/UpdateFlowerCommentDTO.java b/src/main/java/com/mzl/flower/dto/request/comment/UpdateFlowerCommentDTO.java index e0922d7..0c7b3be 100644 --- a/src/main/java/com/mzl/flower/dto/request/comment/UpdateFlowerCommentDTO.java +++ b/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; - } -- Gitblit v1.9.3