From 9a48f0e7c87a371b50e5b92a2533dc14ea262374 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期四, 25 七月 2024 08:58:49 +0800 Subject: [PATCH] 不良品推送修改 --- src/main/java/com/whyc/pojo/DefectiveProductsHistory.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java index 64d95f4..69d3653 100644 --- a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java +++ b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java @@ -73,5 +73,8 @@ @ApiModelProperty(value = "澶勭悊涓嶈壇鍝佹暟") private Integer delProduct; + @ApiModelProperty(value = "姣忔澶勭悊鍓╀綑涓嶈壇鍝佹暟") + private Integer restProduct; + } -- Gitblit v1.9.1