From 69e1073d459f31033d141ab3433d4fbf7b4a9106 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期四, 18 十二月 2025 10:52:39 +0800
Subject: [PATCH] 入库报表添加时间查询
---
north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java
index fae37e6..baffe29 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/SetupBom.java
@@ -1,7 +1,9 @@
package com.example.erp.entity.pp;
-import java.time.LocalDate;
+import lombok.Data;
+import java.time.LocalDate;
+@Data
public class SetupBom {
//鑷ID
private Integer id;
--
Gitblit v1.8.0