From fbe2a40bd99bf7acddd24be7a03ca7724561ba64 Mon Sep 17 00:00:00 2001 From: wangzhijiang <1358525938@qq.com> Date: Thu, 29 Feb 2024 11:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E6=96=87=E5=AF=B9=E6=AF=94-=E5=A4=87?= =?UTF-8?q?=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jero/modules/compare/entity/SarFileCompareItem.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/byd-structuredplugins-serve/laws-modules/src/main/java/com/jero/modules/compare/entity/SarFileCompareItem.java b/byd-structuredplugins-serve/laws-modules/src/main/java/com/jero/modules/compare/entity/SarFileCompareItem.java index 18f9d67..453fa12 100644 --- a/byd-structuredplugins-serve/laws-modules/src/main/java/com/jero/modules/compare/entity/SarFileCompareItem.java +++ b/byd-structuredplugins-serve/laws-modules/src/main/java/com/jero/modules/compare/entity/SarFileCompareItem.java @@ -103,4 +103,8 @@ public class SarFileCompareItem implements Serializable { @ApiModelProperty(value = "是否被评论(0或1)") private Integer reviewed; + /**备注**/ + @ApiModelProperty(value = "备注") + private String remark; + }