src/main/java/com/ruoyi/procurementrecord/pojo/ProcurementRecordOut.java
@@ -22,9 +22,9 @@ private Integer id; /** * 产品信息表id(自定义入库时为0) * 产品信息表id(生产扣库存的时候使用) */ private Integer salesLedgerProductId; private Long salesLedgerProductId; /** * 入库id @@ -46,6 +46,7 @@ * 出库数量 */ private BigDecimal inboundNum; /** * 出库类型 1-采购 2-销售 3-自定义 @@ -86,4 +87,9 @@ @TableField(fill = FieldFill.INSERT) private Long tenantId; /** * 产品ID */ private Long productModelId; }