zxl
3 天以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
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;
}