fuliqi
2024-09-04 1c06f123c3d29ec4d7f778dcd5de2aed05faef3d
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwUnitVO.java
@@ -37,6 +37,8 @@
    @Excel(name = "备注")
    private String remark;
    private Integer workOrderCount;
    public static YwUnitVO getVoByEntity(@NonNull YwUnit entity, YwUnitVO vo) {
        if(vo == null) {
            vo = new YwUnitVO();