zxl
4 分钟以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java
@@ -6,6 +6,7 @@
import org.springframework.beans.BeanUtils;
import lombok.Data;
import java.util.Date;
import java.util.List;
/**
 * 平台运行监控展示
@@ -19,8 +20,13 @@
    /** 平台名称 */
    private String platformName;
    /** 子级平台名称 */
    private String subPlatformName;
    /** 平台IP */
    private String platformIP;
    private Integer parentId;
    /** 平台联系人 */
    private String platformContact;
@@ -33,6 +39,7 @@
    /** 行政区域 */
    private String area;
    private String [] areaList;
    /** 备注 */
    private String remark;
@@ -43,6 +50,9 @@
    /** 修改时间 */
    private Date updateTime;
    /** 子级数量 */
    private Integer childNum;
    public static PlatformVO getVoByEntity(@NonNull Platform entity, PlatformVO vo) {
        if(vo == null) {
            vo = new PlatformVO();