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