From 1edc3d1f85e2bcde84190db79804c98eb9303ffb Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 05 十二月 2024 13:27:19 +0800
Subject: [PATCH] 提交打印相关页面程序
---
north-glass-erp/src/main/java/com/example/erp/entity/pp/BaseBom.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/BaseBom.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/BaseBom.java
index 19964e6..c902917 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/BaseBom.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/BaseBom.java
@@ -2,9 +2,10 @@
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
+import lombok.Data;
import java.time.LocalDate;
-
+@Data
public class BaseBom {
@TableId(type = IdType.AUTO)
//鑷id
--
Gitblit v1.8.0