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/DefectiveProductsHistory.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java index 4331bb2..1aeb8d1 100644 --- a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java +++ b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java @@ -48,8 +48,6 @@ @ApiModelProperty(value = "鐘舵��0,1,2,3") private Integer confirmStatus; - @ApiModelProperty(value = "涓嶈壇浜у搧鏁�") - private Integer badProduct; @ApiModelProperty(value = "澶囨敞") private String note; @@ -70,5 +68,8 @@ @TableField(exist = false) private List hisNameList; + @ApiModelProperty(value = "澶勭悊涓嶈壇鍝佹暟") + private Integer delProduct; + } -- Gitblit v1.9.1