From cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 25 六月 2025 11:18:22 +0800
Subject: [PATCH] 验收报告修改

---
 src/main/java/com/whyc/pojo/Material.java |   76 +++++++++++++-------------------------
 1 files changed, 26 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..33045b3 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;
@@ -64,6 +56,14 @@
     @ApiModelProperty(value = "闄勪欢閿佸畾淇℃伅")
     private List<AttachLock> attachLocks;
 
+    @TableField(exist = false)
+    @ApiModelProperty(value = "鏄惁瀛樺湪闄勪欢锛�1瀛樺湪锛�0鏃�")
+    private int hasAttachFlag;
+
+    @TableField(exist = false)
+    @ApiModelProperty(value = "闄勪欢鐩綍涓嬬殑鏂囦欢鍒楄〃")
+    private List attachFileList;
+
 
     public Integer getId() {
         return id;
@@ -79,14 +79,6 @@
 
     public void setType(String type) {
         this.type = type;
-    }
-
-    public String getCategory() {
-        return category;
-    }
-
-    public void setCategory(String category) {
-        this.category = category;
     }
 
     public String getSubCode() {
@@ -119,38 +111,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() {
@@ -240,4 +200,20 @@
     public void setAttachLocks(List<AttachLock> attachLocks) {
         this.attachLocks = attachLocks;
     }
+
+    public int getHasAttachFlag() {
+        return hasAttachFlag;
+    }
+
+    public void setHasAttachFlag(int hasAttachFlag) {
+        this.hasAttachFlag = hasAttachFlag;
+    }
+
+    public List getAttachFileList() {
+        return attachFileList;
+    }
+
+    public void setAttachFileList(List attachFileList) {
+        this.attachFileList = attachFileList;
+    }
 }

--
Gitblit v1.9.1