From 60bfc8ec7083d7c3ac4c8678bfbb5f1499d4ce8c Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 19 三月 2026 09:46:12 +0800
Subject: [PATCH] fix:不合格管理查询优化

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

diff --git a/src/main/java/com/ruoyi/stock/pojo/StockInRecord.java b/src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
index cad02df..2b70d8b 100644
--- a/src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
+++ b/src/main/java/com/ruoyi/stock/pojo/StockInRecord.java
@@ -70,4 +70,33 @@
 
     @ApiModelProperty("鍑�閲�")
     private BigDecimal netWeight;
+    /**
+     * 姣涢噸锛堝崟浣嶏細鍚級
+     */
+    @ApiModelProperty("姣涢噸")
+    private BigDecimal grossWeight;
+
+    /**
+     * 鐨噸锛堝崟浣嶏細鍚級
+     */
+    @ApiModelProperty("鐨噸")
+    private BigDecimal tareWeight;
+
+    /**
+     * 杞︾墝鍙�
+     */
+    @ApiModelProperty("杞︾墝鍙�")
+    private String licensePlateNo;
+
+    /**
+     * 杩囩鍛�
+     */
+    @ApiModelProperty("杩囩鍛�")
+    private String weighingOperator;
+
+    @ApiModelProperty("纾呭崟鏂囦欢璺緞")
+    private String weighbridgeDocPath;
+
+    @ApiModelProperty("浜у搧id")
+    private Long productId;
 }

--
Gitblit v1.9.3