From a660db06773007b1be690e0674829c00a57aeb7b Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 24 十二月 2025 16:21:23 +0800
Subject: [PATCH] 订单首页流程卡新增楼层编号显示

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

diff --git a/north-glass-erp/src/main/java/com/example/erp/entity/pp/PatchLog.java b/north-glass-erp/src/main/java/com/example/erp/entity/pp/PatchLog.java
index e8120a1..24ac5a4 100644
--- a/north-glass-erp/src/main/java/com/example/erp/entity/pp/PatchLog.java
+++ b/north-glass-erp/src/main/java/com/example/erp/entity/pp/PatchLog.java
@@ -1,5 +1,6 @@
 package com.example.erp.entity.pp;
 
+import com.baomidou.mybatisplus.annotation.TableField;
 import lombok.Data;
 
 import java.time.LocalDate;
@@ -28,6 +29,8 @@
     private String reviewer;
     //瀹℃牳鐘舵��
     private Integer reviewStatus;
+    //鏋跺彿
+    private String rack;
     //鍒涘缓鏃堕棿
     private LocalDate createTime;
     //淇敼鏃堕棿
@@ -43,5 +46,6 @@
     private String reportingWorkId;
 
     //澶栭敭娴佺▼鍗¤〃
+    @TableField(select = false,exist = false)
     private FlowCard flowCard;
 }

--
Gitblit v1.8.0