zxl
3 天以前 2e644445577d0773482753b7d08b3425afae7837
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CalculateRecord.java
@@ -39,5 +39,21 @@
    @TableField("score")
    private BigDecimal score;
    @ApiModelProperty("哪年")
    @TableField("which_year")
    private Integer whichYear;
    @ApiModelProperty("哪月")
    @TableField("which_month")
    private Integer whichMonth;
    @ApiModelProperty("哪日")
    @TableField("which_day")
    private Integer whichDay;
    @ApiModelProperty("发布状态")
    @TableField("status")
    private String status;
}