lishenao
2 天以前 d05d46076c62c744cdbd84c84d6e19b42cda9259
src/main/java/com/ruoyi/inventory/pojo/StockOut.java
@@ -24,7 +24,7 @@
    /**
     * 产品id
     */
    private Long productId;
    private Integer productRecordid;
    /**
     * 出库时间
@@ -39,7 +39,7 @@
    /**
     * 供应商名称
     */
    private Long supplierId;
    private Integer supplierId;
    /**
     * 入库数量
@@ -51,7 +51,8 @@
    /**
     * 出库人
     */
    private String inboundPerson;
    private Long userId;
    private Integer stockmanageId;
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;