zxl
2025-05-08 84fa53cb66bb4b05f0622c738346ce77f8f13aea
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CalculateRecord.java
@@ -39,5 +39,15 @@
    @TableField("score")
    private BigDecimal score;
    @ApiModelProperty("哪年")
    @TableField("which_year")
    private Integer whichYear;
    @ApiModelProperty("哪月")
    @TableField("which_month")
    private Integer whichMonth;
    @ApiModelProperty("发布状态")
    @TableField("status")
    private String status;
}