From 5c33c1b05565112c72146c60961dd8cbc19af570 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 24 七月 2024 10:28:17 +0800
Subject: [PATCH] 不良品推送修改

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

diff --git a/src/main/java/com/whyc/pojo/DefectiveProducts.java b/src/main/java/com/whyc/pojo/DefectiveProducts.java
index 45966cb..d93f6cd 100644
--- a/src/main/java/com/whyc/pojo/DefectiveProducts.java
+++ b/src/main/java/com/whyc/pojo/DefectiveProducts.java
@@ -78,6 +78,9 @@
     @ApiModelProperty(value = "涓嶈壇浜у搧鏁�")
     private Integer badProduct;
 
+    @ApiModelProperty(value = "鍓╀綑鏈鐞嗕笉鑹搧鏁�")
+    private Integer restProduct;
+
     @ApiModelProperty(value = "澶囨敞")
     private String note;
 

--
Gitblit v1.9.1