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