Authored by sailing-PC\sailing

fix

... ... @@ -93,13 +93,6 @@ public class SellerOrderGoods {
this.sizeName = sizeName == null ? null : sizeName.trim();
}
public Integer getGoodsId() {
return goodsId;
}
public void setGoodsId(Integer goodsId) {
this.goodsId = goodsId;
}
public Integer getColorId() {
return colorId;
... ...