|
@@ -590,6 +590,9 @@ public class ComponentGoods implements Serializable {
|
|
|
this.breakUp = breakUp;
|
|
this.breakUp = breakUp;
|
|
|
return this;
|
|
return this;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public ComponentGoods() {
|
|
|
|
|
+ }
|
|
|
public ComponentGoods(Goods goods) {
|
|
public ComponentGoods(Goods goods) {
|
|
|
this.cmpId = 0L;
|
|
this.cmpId = 0L;
|
|
|
this.goId = goods.getId();
|
|
this.goId = goods.getId();
|