ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java
@@ -90,6 +90,11 @@ */ private Integer status; /** * 批量导入批次号 */ private String importBatchNumber; public static ReportVO getVoByEntity(@NonNull Report entity, ReportVO vo) { if(vo == null) { vo = new ReportVO();