From aed64ecf84f628253c8cc6008e3804f6f2237a5b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期二, 09 四月 2024 08:20:56 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/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