heheng
2026-02-10 d0191ea7bc8c25aed57168de6ceffa284c072f36
multi-system/src/main/java/com/gkhy/exam/system/domain/AnnualReport.java
@@ -28,6 +28,10 @@
    @TableField("company_id")
    private Integer companyId;
    @ApiModelProperty(value = "年度")
    @TableField("year")
    private String year;
    @ApiModelProperty(value = "企业名称")
    @TableField(exist = false)
    private String companyName;