From 1036f6d81177acbaf740f8a9983431b6b6d23580 Mon Sep 17 00:00:00 2001
From: whycxzp <perryhsu@163.com>
Date: 星期六, 15 十月 2022 16:02:39 +0800
Subject: [PATCH] 物料属性和产品bom属性更新

---
 src/main/java/com/whyc/pojo/Material.java |   52 ++--------------------------------------------------
 1 files changed, 2 insertions(+), 50 deletions(-)

diff --git a/src/main/java/com/whyc/pojo/Material.java b/src/main/java/com/whyc/pojo/Material.java
index f49b1ec..632fbda 100644
--- a/src/main/java/com/whyc/pojo/Material.java
+++ b/src/main/java/com/whyc/pojo/Material.java
@@ -19,8 +19,6 @@
     private Integer   id;
     @ApiModelProperty("姣嶆枡缂栧彿")
     private String type;
-    @ApiModelProperty("绫诲埆")
-    private String     category;
     @ApiModelProperty("瀛愪欢缂栫爜")
     private String     subCode;
     @ApiModelProperty("瀛愪欢鍚嶇О")
@@ -29,14 +27,8 @@
     private String     subModel;
     @ApiModelProperty("鍗曚綅")
     private String     unit;
-    @ApiModelProperty("鐢熶骇鍟�")
-    private String     producer;
-    @ApiModelProperty("灏佽绫诲瀷/鏉愯川")
-    private String     material;
-    @ApiModelProperty("鍏冧欢缂栧彿/鏂欏帤")
-    private String     thickness;
-    @ApiModelProperty("琛ㄩ潰澶勭悊/鐗╂枡璇︽儏")
-    private String     surfaceDetail;
+
+    @TableField(exist = false)
     @ApiModelProperty("澶囨敞")
     private String     notes;
     private String     pictureUrl;
@@ -81,14 +73,6 @@
         this.type = type;
     }
 
-    public String getCategory() {
-        return category;
-    }
-
-    public void setCategory(String category) {
-        this.category = category;
-    }
-
     public String getSubCode() {
         return subCode;
     }
@@ -119,38 +103,6 @@
 
     public void setUnit(String unit) {
         this.unit = unit;
-    }
-
-    public String getProducer() {
-        return producer;
-    }
-
-    public void setProducer(String producer) {
-        this.producer = producer;
-    }
-
-    public String getMaterial() {
-        return material;
-    }
-
-    public void setMaterial(String material) {
-        this.material = material;
-    }
-
-    public String getThickness() {
-        return thickness;
-    }
-
-    public void setThickness(String thickness) {
-        this.thickness = thickness;
-    }
-
-    public String getSurfaceDetail() {
-        return surfaceDetail;
-    }
-
-    public void setSurfaceDetail(String surfaceDetail) {
-        this.surfaceDetail = surfaceDetail;
     }
 
     public String getNotes() {

--
Gitblit v1.9.1