2 天以前 684e4306a08feeae188070f264148e6765da8dcf
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
@@ -92,4 +92,17 @@
     */
    private Long productModelId;
    /**
     * 出库批次(扣库存用)
     */
    private String batchNo;
    /**
     * 销售出库时自动生成的发货台账id
     */
    private Long shippingInfoId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}