liding
8 天以前 f05753606a24addc52e1a7874f3e801f640cf5cf
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,7 @@
     */
    private Long productModelId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}