From c3a99b122b7484704b71588a26583afcc58b6270 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期三, 24 七月 2024 09:45:45 +0800 Subject: [PATCH] 不良品推送修改 --- src/main/java/com/whyc/pojo/DefectiveProducts.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/DefectiveProducts.java b/src/main/java/com/whyc/pojo/DefectiveProducts.java index 78f32bc..45966cb 100644 --- a/src/main/java/com/whyc/pojo/DefectiveProducts.java +++ b/src/main/java/com/whyc/pojo/DefectiveProducts.java @@ -52,6 +52,10 @@ @ApiModelProperty(value = "闄勪欢url") private String fileUrl; + @TableField(exist = false) + @ApiModelProperty(value = "闄勪欢url鐨勬枃浠跺悕") + private List nameList; + @ApiModelProperty(value = "鍨嬪彿") private String type; -- Gitblit v1.9.1