From 4fe8ac8ae84108e64ac99d43cab153634cba6814 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期二, 23 七月 2024 16:26:49 +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 3769cc2..4dcdced 100644 --- a/src/main/java/com/whyc/pojo/DefectiveProducts.java +++ b/src/main/java/com/whyc/pojo/DefectiveProducts.java @@ -55,6 +55,9 @@ @ApiModelProperty(value = "鎻愬嚭鑰�") private Integer senderId; + @TableField(exist = false) + private String senderName; + @ApiModelProperty(value = "鎺ュ彈鑰�") private String receiverIds; -- Gitblit v1.9.1