| | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.time.LocalDateTime; |
| | | |
| | | import com.ycl.platform.domain.form.CalculateRecordForm; |
| | | import org.springframework.lang.NonNull; |
| | | import org.springframework.beans.BeanUtils; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | /** 修改人 */ |
| | | private Long updateBy; |
| | | |
| | | /** 明细 */ |
| | | private List<CalculateRecordVO> recordList; |
| | | |
| | | public static CalculateReportVO getVoByEntity(@NonNull CalculateReport entity, CalculateReportVO vo) { |
| | | if(vo == null) { |
| | | vo = new CalculateReportVO(); |