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/DefectiveProducts.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/pojo/DefectiveProducts.java b/src/main/java/com/whyc/pojo/DefectiveProducts.java index 4dcdced..674d612 100644 --- a/src/main/java/com/whyc/pojo/DefectiveProducts.java +++ b/src/main/java/com/whyc/pojo/DefectiveProducts.java @@ -55,7 +55,6 @@ @ApiModelProperty(value = "鎻愬嚭鑰�") private Integer senderId; - @TableField(exist = false) private String senderName; @ApiModelProperty(value = "鎺ュ彈鑰�") -- Gitblit v1.9.1