lishenao
2025-07-04 6bbac4845106ca8648900b1d9af758c84275ffee
src/main/java/com/ruoyi/inventory/pojo/StockIn.java
@@ -23,14 +23,9 @@
    private Integer id;
    /**
     * 产品id
     */
    private Long productId;
    /**
     * 入库时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date inboundTime;
    /**
@@ -41,7 +36,7 @@
    /**
     * 供应商id
     */
    private Long supplierId;
    private Integer supplierId;
    /**
     * 入库数量
     */
@@ -52,7 +47,8 @@
    /**
     * 入库人
     */
    private String inboundPerson;
    private Long userId;
    private Long productrecordId;
//    tenant_id
    /**
     * 租户ID