From 768e16999a8ce4bb500490ee76c659aa61ea1783 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期二, 25 三月 2025 10:08:13 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/src/main/java/com/example/erp/entity/pp/Device.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/Device.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/Device.java
index d98d39f..c6177d8 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/Device.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/Device.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 Device {
     //鑷ID
     private Integer id;

--
Gitblit v1.8.0