zxl
4 天以前 c83101eb62f5d4906b9c01ceea6b21a37f9e84d8
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java
@@ -54,6 +54,11 @@
    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) {