From 75593a5b0ef12a1e64f606c4c584dcd07ec43fc8 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期一, 08 七月 2024 10:24:44 +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