Showing
1 changed file
with
0 additions
and
7 deletions
@@ -93,13 +93,6 @@ public class SellerOrderGoods { | @@ -93,13 +93,6 @@ public class SellerOrderGoods { | ||
93 | this.sizeName = sizeName == null ? null : sizeName.trim(); | 93 | this.sizeName = sizeName == null ? null : sizeName.trim(); |
94 | } | 94 | } |
95 | 95 | ||
96 | - public Integer getGoodsId() { | ||
97 | - return goodsId; | ||
98 | - } | ||
99 | - | ||
100 | - public void setGoodsId(Integer goodsId) { | ||
101 | - this.goodsId = goodsId; | ||
102 | - } | ||
103 | 96 | ||
104 | public Integer getColorId() { | 97 | public Integer getColorId() { |
105 | return colorId; | 98 | return colorId; |
-
Please register or login to post a comment