fuliqi
2024-11-12 d22bbb827940050d4df2bf3fb16dae79eba91d4e
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/Platform.java
@@ -22,10 +22,18 @@
    /** 平台名称 */
    private String platformName;
    @TableField("platform_contact")
    /** 平台联系人 */
    @TableField("sub_platform_name")
    /** 子级平台名称 */
    private String subPlatformName;
    @TableField("platform_ip")
    /** 平台名称 */
    private String platformIP;
    @TableField("area")
    /** 区域 */
    private String area;
    @TableField("status")
    /** 状态:1正常 2异常 */
    private Integer status;