lishenao
昨天 d05d46076c62c744cdbd84c84d6e19b42cda9259
src/main/java/com/ruoyi/inventory/pojo/StockManagement.java
@@ -25,15 +25,15 @@
    /**
     * 产品id
     */
    private Long productId;
    private Integer productRecordid;
    /**
     * 当前库存量
     */
    private Integer stockQuantity;
    private Long supplierId;
    private String inboundBatch;
    private Integer supplierId;
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date boundTime;
@@ -43,7 +43,7 @@
    /**
     * 入库人
     */
    private String inboundPerson;
    private Long userId;
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;