6 天以前 3ff2a2c1789d692a64a43e9f7e70ca5b3578b0a8
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,12 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 产品ID
     */
    private Long productModelId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}