2 天以前 3e5e22f5358156ff7430ee117546123ffe042611
src/main/java/com/ruoyi/procurementrecord/pojo/ProcurementRecordOut.java
@@ -22,9 +22,9 @@
    private Integer id;
    /**
     * 产品信息表id
     * 产品信息表id(生产扣库存的时候使用)
     */
    private Integer salesLedgerProductId;
    private Long salesLedgerProductId;
    /**
     * 入库id
@@ -43,12 +43,18 @@
    private String inboundBatches;
    /**
     * 出出库数量
     * 出库数量
     */
    private BigDecimal inboundNum;
    /**
     * 出出库用户
     * 出库类型 1-采购 2-销售 3-自定义
     */
    private Integer type;
    /**
     * 出库用户
     */
    private String createBy;
    /**
@@ -81,4 +87,22 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 产品ID
     */
    private Long productModelId;
    /**
     * 出库批次(扣库存用)
     */
    private String batchNo;
    /**
     * 销售出库时自动生成的发货台账id
     */
    private Long shippingInfoId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}