src/main/java/com/ruoyi/purchase/vo/PurchaseStockInProductVo.java
@@ -12,6 +12,12 @@ @Schema(description = "入库单id") private Long id; @Schema(description = "销售台账的产品id") private Long saleLedgerProductId; @Schema(description = "产品规格id") private Long productModelId; @Schema(description = "产品大类") private String productCategory; @@ -38,4 +44,7 @@ @Schema(description = "含税单价") private BigDecimal taxInclusiveUnitPrice; @Schema(description = "是否质检") private Boolean isChecked; }