From 2dcfec0f0314c7018563b54bee5a0161f65f266a Mon Sep 17 00:00:00 2001
From: NNowhZzU <1539353356@qq.com>
Date: 星期五, 26 一月 2024 16:12:09 +0800
Subject: [PATCH] 生产与计划——返工管理部分代码

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

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWorkDetail.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWorkDetail.java
index 0d2ca2b..bf4fef3 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWorkDetail.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWorkDetail.java
@@ -1,5 +1,8 @@
 package com.example.erp.entity.pp;
 
+import lombok.Data;
+
+@Data
 public class ReportingWorkDetail {
     //鑷ID
     private Integer id;

--
Gitblit v1.8.0