From df83ac893a4b840a83a239ff018a70ed85fa6180 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 01 三月 2024 09:18:02 +0800
Subject: [PATCH] 修改样式,添加次破明细表实体类
---
north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
index d12051e..404f103 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/ReportingWork.java
@@ -2,9 +2,11 @@
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
+import com.example.erp.entity.sd.Order;
+import lombok.Data;
import java.time.LocalDate;
-
+@Data
public class ReportingWork {
@TableId(type = IdType.AUTO)
//鑷id
@@ -38,9 +40,9 @@
//鐝
private String classes;
//鐝粍缂栧彿
- private String teamsgroupsId;
+ private String teamsGroupsId;
//鐝粍鍚嶇О
- private String teamsgroupsName;
+ private String teamsGroupsName;
//鎶ュ伐鐘舵��
private Integer reportingWorkState;
//瀹℃牳浜�
@@ -64,6 +66,11 @@
//淇敼鏃堕棿
private LocalDate updateTime;
+
+ private Order order;
//澶栭敭娴佺▼鍗¤〃
private FlowCard flowCard;
+ private ReportingWork reportingWork;
+
+ private ReportingWorkDetail reportingWorkDetail;
}
--
Gitblit v1.8.0