fuliqi
2025-01-08 224c12c7ae9a3b9d0380962ff92dac18812434a6
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;
}