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