From b03a9514b19665fcfbd4b3138d6d56899496f755 Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期三, 31 八月 2022 16:22:40 +0800
Subject: [PATCH] 产品新增更新

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

diff --git a/src/main/java/com/whyc/pojo/Product.java b/src/main/java/com/whyc/pojo/Product.java
index 844fce0..2f92d0f 100644
--- a/src/main/java/com/whyc/pojo/Product.java
+++ b/src/main/java/com/whyc/pojo/Product.java
@@ -50,6 +50,10 @@
     @TableField(exist = false)
     private List materialIds;
 
+    @TableField(exist = false)
     private List<ProductBom> bomList;
 
+    @TableField(exist = false)
+    private String fileUrl;
+
 }

--
Gitblit v1.9.1