From 36351aed3a1a29e138fba5369f72dae565cf6036 Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期六, 13 八月 2022 15:44:31 +0800
Subject: [PATCH] 更新审批

---
 src/main/java/com/whyc/pojo/ComponentApproving.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/whyc/pojo/ComponentApproving.java b/src/main/java/com/whyc/pojo/ComponentApproving.java
index be5125c..05c1e8c 100644
--- a/src/main/java/com/whyc/pojo/ComponentApproving.java
+++ b/src/main/java/com/whyc/pojo/ComponentApproving.java
@@ -1,6 +1,7 @@
 package com.whyc.pojo;
 
 import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableLogic;
 import com.baomidou.mybatisplus.annotation.TableName;
 import io.swagger.annotations.ApiModelProperty;
 import org.apache.ibatis.type.Alias;
@@ -56,6 +57,9 @@
 
     @ApiModelProperty("鏁h浠秈d,鏂板蹇呯劧娌℃湁鍊�,鍒犻櫎蹇呯劧瀛樺湪鍊�")
     private Integer componentId;
+
+    @TableField(exist = false)
+    private Component component;
 
     public Integer getId() {
         return id;
@@ -232,4 +236,12 @@
     public void setComponentId(Integer componentId) {
         this.componentId = componentId;
     }
+
+    public Component getComponent() {
+        return component;
+    }
+
+    public void setComponent(Component component) {
+        this.component = component;
+    }
 }

--
Gitblit v1.9.1