From c3a99b122b7484704b71588a26583afcc58b6270 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 24 七月 2024 09:45:45 +0800
Subject: [PATCH] 不良品推送修改

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

diff --git a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java
index d6bae04..4331bb2 100644
--- a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java
+++ b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java
@@ -12,6 +12,7 @@
 
 import java.io.Serializable;
 import java.util.Date;
+import java.util.List;
 
 /**
  * <p>
@@ -65,5 +66,9 @@
     @ApiModelProperty(value = "澶勭悊鐨勬枃浠惰矾寰�")
     private String delUrl;
 
+    @ApiModelProperty(value = "澶勭悊鐨勬枃浠�")
+    @TableField(exist = false)
+    private List hisNameList;
+
 
 }

--
Gitblit v1.9.1