全文对比-备注

This commit is contained in:
wangzhijiang
2024-02-29 11:33:07 +08:00
parent a5b78583a1
commit fbe2a40bd9
@@ -103,4 +103,8 @@ public class SarFileCompareItem implements Serializable {
@ApiModelProperty(value = "是否被评论(0或1)")
private Integer reviewed;
/**备注**/
@ApiModelProperty(value = "备注")
private String remark;
}