wangdy 8 жил өмнө
parent
commit
28df46ab7f

+ 3 - 0
src/main/java/com/uas/platform/b2c/prod/product/component/modal/ComponentGoods.java

@@ -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();