@@ -81,9 +81,9 @@ public class BusinessItemProduct extends Model<BusinessItemProduct> {
private BigDecimal sellingPrice;
- @Override
- protected Serializable pkVal() {
- return this.id;
- }
+// @Override
+// protected Serializable pkVal() {
+// return this.id;
+// }
}