From 026b57ccb7db4659ba1b26f475d126517c381f3a Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Sat, 22 Mar 2025 17:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../heritage/model/dto/clothes/ClothesAddRequest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/com/cultural/heritage/model/dto/clothes/ClothesAddRequest.java b/src/main/java/com/cultural/heritage/model/dto/clothes/ClothesAddRequest.java index 94ae0a9..f607561 100644 --- a/src/main/java/com/cultural/heritage/model/dto/clothes/ClothesAddRequest.java +++ b/src/main/java/com/cultural/heritage/model/dto/clothes/ClothesAddRequest.java @@ -52,6 +52,11 @@ public class ClothesAddRequest implements Serializable { @Schema(description = "服装详情富文本", example = "
这是夏季白衬衫的描述
") private String richText; + /** + * 是否上架 + */ + @Schema(description = "是否上架", example = "1") + private Integer isShelves; @Serial private static final long serialVersionUID = 1L;