zxl
2025-09-19 0d243e7f5dc593cdc6e0608bb52cd635f8fc6982
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CalculateRecord.java
@@ -47,5 +47,13 @@
    @TableField("which_month")
    private Integer whichMonth;
    @ApiModelProperty("哪日")
    @TableField("which_day")
    private Integer whichDay;
    @ApiModelProperty("发布状态")
    @TableField("status")
    private String status;
}