From 36be8b542078fbbdbd0b2ed1a3ed65e38c4d76a6 Mon Sep 17 00:00:00 2001 From: xupei Date: Tue, 1 Apr 2025 17:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E7=89=B9=E6=AF=94?= =?UTF-8?q?=E4=BE=8B=E6=8E=A5=E5=8F=A3=E4=B8=8D=E5=86=8D=E4=B8=8E=E6=A8=A1?= =?UTF-8?q?=E7=89=B9=E7=82=B9=E4=BD=8D=E4=BF=A1=E6=81=AF=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ai/da/model/dto/ModifyModelProportionDTO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/ai/da/model/dto/ModifyModelProportionDTO.java b/src/main/java/com/ai/da/model/dto/ModifyModelProportionDTO.java index 499b9b51..508208fe 100644 --- a/src/main/java/com/ai/da/model/dto/ModifyModelProportionDTO.java +++ b/src/main/java/com/ai/da/model/dto/ModifyModelProportionDTO.java @@ -35,7 +35,7 @@ public class ModifyModelProportionDTO { @NotBlank(message = "modelPath type cannot be empty") private String modelPath; - @NotNull(message = "handLeft cannot be null") + /* @NotNull(message = "handLeft cannot be null") @NotEmpty(message = "handLeft cannot be empty") @ApiModelProperty("handLeft") private Float[] handLeft; @@ -63,6 +63,6 @@ public class ModifyModelProportionDTO { @NotNull(message = "waistbandRight cannot be null") @NotEmpty(message = "waistbandRight cannot be empty") @ApiModelProperty("waistbandRight") - private Float[] waistbandRight; + private Float[] waistbandRight;*/ }