cn.foxtech.common.entity.constant.OperateMonitorTaskVOFieldConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-common-entity-service Show documentation
Show all versions of fox-edge-server-common-entity-service Show documentation
fox-edge-server-common-entity-service
package cn.foxtech.common.entity.constant;
public class OperateMonitorTaskVOFieldConstant extends BaseVOFieldConstant {
public static final String field_template_name = "templateName";
public static final String field_device_ids = "deviceIds";
public static final String field_device_type = "deviceType";
public static final String field_manufacturer = "manufacturer";
public static final String field_template_param = "templateParam";
public static final String field_task_param = "taskParam";
public static final String field_count_device_type = "countDeviceType";
public static final String field_count_device_bind = "countDeviceBind";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy