2026-07-24 5f05afeccd80f28a5aa7b2d1e2d8dc0f29da98eb
src/main/java/com/ruoyi/purchase/vo/PurchaseStockInProductVo.java
@@ -13,7 +13,7 @@
    private Long id;
    @Schema(description = "销售台账的产品id")
    private Long saleLedgerProductId;
    private Long salesLedgerProductId;
    @Schema(description = "产品规格id")
    private Long productModelId;
@@ -42,6 +42,9 @@
    @Schema(description = "退货总数")
    private BigDecimal totalReturnNum;
    @Schema(description = "销售发货数量")
    private BigDecimal saleOutQuantity;
    @Schema(description = "含税单价")
    private BigDecimal taxInclusiveUnitPrice;