修改模特比例接口不再与模特点位信息关联
This commit is contained in:
@@ -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;*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user