From f76b3b27279df0cbc4a8a212182382c9f694d1cb Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 02 一月 2025 15:00:27 +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