“djh”
7 days ago b72bb7cba52850c078157ffd95a45edf41751110
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;