multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopy.java
@@ -82,6 +82,10 @@ @TableField("version") private Integer version; @ApiModelProperty(value = "年份") @TableField("year") private String year; @TableField(exist = false) @ApiModelProperty("文件借阅复制申请容表") private List<DocumentBorrowCopyRecord> documentBorrowCopyRecordList;