zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderItem.java
@@ -33,6 +33,11 @@ private Integer count; /** * 退款数量 */ private Integer refundCount; /** * 是否为赠送和 是否 @@ -87,10 +92,6 @@ * 欠款金额 */ private Double arrears; /** @@ -109,8 +110,7 @@ */ private Long cardId; /** * 是否为综合卡创建的订单明细 * 1是 @@ -160,6 +160,14 @@ return preCount; } public Integer getRefundCount() { return refundCount; } public void setRefundCount(Integer refundCount) { this.refundCount = refundCount; } public void setPreCount(int preCount) { this.preCount = preCount; }