liyong
18 小时以前 f7559a0880080f0aaaac59867606daad656b280a
src/main/java/com/ruoyi/procurementrecord/pojo/ProcurementRecordOut.java
@@ -22,7 +22,7 @@
    private Integer id;
    /**
     * 产品信息表id
     * 产品信息表id(自定义入库时为0)
     */
    private Integer salesLedgerProductId;
@@ -43,12 +43,18 @@
    private String inboundBatches;
    /**
     * 出出库数量
     * 出库数量
     */
    private BigDecimal inboundNum;
    /**
     * 出出库用户
     * 出库类型 1-采购 2-销售 3-自定义
     */
    private Integer type;
    /**
     * 出库用户
     */
    private String createBy;
    /**
@@ -81,4 +87,9 @@
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 产品ID
     */
    private Long productModelId;
}