xiangpei
2024-09-02 84d1db0005eb9567810e1229636357d2a994d944
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();