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;*/ }