zxl
2025-09-19 0d243e7f5dc593cdc6e0608bb52cd635f8fc6982
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java
@@ -53,6 +53,13 @@
    /** 明细 */
    private List<CalculateRecordVO> recordList;
    private Integer whichYear;
    private Integer whichMonth;
    private Integer whichDay;
    private Integer latestMonth;
    private Integer latestDay;
    public static CalculateReportVO getVoByEntity(@NonNull CalculateReport entity, CalculateReportVO vo) {
        if(vo == null) {
            vo = new CalculateReportVO();