src/main/java/com/ruoyi/purchase/pojo/PurchaseReturnOrderProducts.java
@@ -31,8 +31,8 @@ @Schema(description = "退货单id") private Long purchaseReturnOrderId; @Schema(description = "产品规格id") private Long ProductModelId; @Schema(description = "销售台账产品id") private Long salesLedgerProductId; @Schema(description = "退货数量") private BigDecimal returnQuantity;