xiangpei
2024-08-23 0b8a348d0b978eeddfa3995b87cd11f7cbdd48a9
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;
}