src/main/java/com/ruoyi/inventory/pojo/StockIn.java
@@ -25,7 +25,7 @@ /** * 产品id */ private Long productId; private Integer productRecordid; /** * 入库时间 @@ -41,7 +41,7 @@ /** * 供应商id */ private Long supplierId; private Integer supplierId; /** * 入库数量 */ @@ -52,7 +52,7 @@ /** * 入库人 */ private String inboundPerson; private Long userId; // tenant_id /** * 租户ID