修改模特比例接口不再与模特点位信息关联

This commit is contained in:
2025-04-01 17:22:45 +08:00
parent a34d775f63
commit 36be8b5420

View File

@@ -35,7 +35,7 @@ public class ModifyModelProportionDTO {
@NotBlank(message = "modelPath type cannot be empty") @NotBlank(message = "modelPath type cannot be empty")
private String modelPath; private String modelPath;
@NotNull(message = "handLeft cannot be null") /* @NotNull(message = "handLeft cannot be null")
@NotEmpty(message = "handLeft cannot be empty") @NotEmpty(message = "handLeft cannot be empty")
@ApiModelProperty("handLeft") @ApiModelProperty("handLeft")
private Float[] handLeft; private Float[] handLeft;
@@ -63,6 +63,6 @@ public class ModifyModelProportionDTO {
@NotNull(message = "waistbandRight cannot be null") @NotNull(message = "waistbandRight cannot be null")
@NotEmpty(message = "waistbandRight cannot be empty") @NotEmpty(message = "waistbandRight cannot be empty")
@ApiModelProperty("waistbandRight") @ApiModelProperty("waistbandRight")
private Float[] waistbandRight; private Float[] waistbandRight;*/
} }