From a5fca1f6d110e3ba07c2def3b76cc5c73f764d01 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期二, 23 七月 2024 17:19:16 +0800 Subject: [PATCH] 不良品推送修改 --- src/main/java/com/whyc/pojo/DefectiveProductsHistory.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java index 7342f18..d6bae04 100644 --- a/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java +++ b/src/main/java/com/whyc/pojo/DefectiveProductsHistory.java @@ -60,6 +60,8 @@ @ApiModelProperty(value = "澶勭悊鑰�") private Integer delId; + private String delName; + @ApiModelProperty(value = "澶勭悊鐨勬枃浠惰矾寰�") private String delUrl; -- Gitblit v1.9.1