| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ycl.platform.base.AbsVo; |
| | | import com.ycl.platform.domain.entity.CalculateReport; |
| | | import enumeration.general.CalculateReportStatusEnum; |
| | | import lombok.Data; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.lang.NonNull; |
| | |
| | | /** 核算规则 */ |
| | | private List<CalculateMoneyRuleVO> ruleList; |
| | | |
| | | private CalculateReportStatusEnum status; |
| | | |
| | | public static CalculateReportDetailVO getVoByEntity(@NonNull CalculateReport entity, CalculateReportDetailVO vo) { |
| | | if(vo == null) { |
| | | vo = new CalculateReportDetailVO(); |