@@ -53,5 +53,5 @@ public class WebsitSalesGoodsVO {
private String normType;
@ApiModelProperty(value = "配件类型")
- private Boolean partType;
+ private String partType;
}