fuliqi
2024-08-19 9a4549c0c2dbe44c9568fe56fb4df8d6fbb44d4f
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java
@@ -22,6 +22,8 @@
    /** 平台IP */
    private String platformIP;
    private Integer parentId;
    /** 平台联系人 */
    private String platformContact;
@@ -43,6 +45,9 @@
    /** 修改时间 */
    private Date updateTime;
    /** 子级数量 */
    private Integer childNum;
    public static PlatformVO getVoByEntity(@NonNull Platform entity, PlatformVO vo) {
        if(vo == null) {
            vo = new PlatformVO();