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