fuliqi
2024-09-30 b5df1cee65f3e9dcf554efcd3f1642a8c79d1e76
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CalculateRecord.java
@@ -39,5 +39,13 @@
    @TableField("score")
    private BigDecimal score;
    @ApiModelProperty("哪年")
    @TableField("which_year")
    private Integer whichYear;
    @ApiModelProperty("哪月")
    @TableField("which_month")
    private Integer whichMonth;
}