xiangpei
2024-08-16 e3f95b136c8600b689bd2c569a12a41f2d4ce74e
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java
@@ -19,6 +19,9 @@
    /** 平台名称 */
    private String platformName;
    /** 平台IP */
    private String platformIP;
    /** 平台联系人 */
    private String platformContact;
@@ -28,6 +31,9 @@
    /** 状态:1正常 2异常 */
    private Integer status;
    /** 行政区域 */
    private String area;
    /** 备注 */
    private String remark;