cn.foxtech.channel.domain.ChannelVOConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-channel-domain Show documentation
Show all versions of fox-edge-server-channel-domain Show documentation
fox-edge-server-channel-domain
The newest version!
/* ----------------------------------------------------------------------------
* Copyright (c) Guangzhou Fox-Tech Co., Ltd. 2020-2024. All rights reserved.
* --------------------------------------------------------------------------- */
package cn.foxtech.channel.domain;
public class ChannelVOConstant {
public static final String filed_operate = "operate";
public static final String filed_param = "param";
public static final String value_operate_get_status = "getStatus";
public static final String value_channel_name = "channelName";
public static final String value_channel_status_is_open = "isOpen";
public static final String value_channel_status_is_active = "isActive";
}