From 999831f197f3967f166c5c28cf52835b48e0a258 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 13 三月 2026 16:53:52 +0800
Subject: [PATCH] feat(inspection): 新增检测项目管理相关功能

---
 src/main/java/com/ruoyi/stock/pojo/StockInventory.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/ruoyi/stock/pojo/StockInventory.java b/src/main/java/com/ruoyi/stock/pojo/StockInventory.java
index 4dc3924..36e7cf0 100644
--- a/src/main/java/com/ruoyi/stock/pojo/StockInventory.java
+++ b/src/main/java/com/ruoyi/stock/pojo/StockInventory.java
@@ -63,7 +63,4 @@
 
     @ApiModelProperty("澶囨敞")
     private String remark;
-
-    @ApiModelProperty("鍑�閲�")
-    private BigDecimal netWeight;
 }

--
Gitblit v1.9.3