xiangpei
2024-08-30 1ffc844e3483cd3ac7cc73b5fb17c62e09d1ff2f
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java
@@ -19,6 +19,14 @@
    /** 平台名称 */
    private String platformName;
    /** 子级平台名称 */
    private String subPlatformName;
    /** 平台IP */
    private String platformIP;
    private Integer parentId;
    /** 平台联系人 */
    private String platformContact;
@@ -28,6 +36,9 @@
    /** 状态:1正常 2异常 */
    private Integer status;
    /** 行政区域 */
    private String area;
    /** 备注 */
    private String remark;
@@ -37,6 +48,9 @@
    /** 修改时间 */
    private Date updateTime;
    /** 子级数量 */
    private Integer childNum;
    public static PlatformVO getVoByEntity(@NonNull Platform entity, PlatformVO vo) {
        if(vo == null) {
            vo = new PlatformVO();