All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.foxtech.common.entity.constant.OperateChannelTaskVOFieldConstant Maven / Gradle / Ivy

/* ----------------------------------------------------------------------------
 * Copyright (c) Guangzhou Fox-Tech Co., Ltd. 2020-2024. All rights reserved.
 * --------------------------------------------------------------------------- */

package cn.foxtech.common.entity.constant;

public class OperateChannelTaskVOFieldConstant extends BaseVOFieldConstant {
    public static final String field_task_name = "taskName";
    public static final String field_channel_name = "channelName";
    public static final String field_channel_type = "channelType";
    public static final String field_send_mode = "sendMode";
    public static final String field_timeout = "timeout";
    public static final String field_task_param = "taskParam";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy