heheng
2025-12-03 3d400cfcc41df9bc35678751f6f5afb5cf6c1ae5
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;