cn.foxtech.common.entity.constant.PeriodRecordVOFieldConstant 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
The newest version!
/* ----------------------------------------------------------------------------
* Copyright (c) Guangzhou Fox-Tech Co., Ltd. 2020-2024. All rights reserved.
* --------------------------------------------------------------------------- */
package cn.foxtech.common.entity.constant;
public class PeriodRecordVOFieldConstant extends BaseVOFieldConstant {
/**
* 字段名称
*/
public static final String field_task_name = "taskName";
public static final String field_device_type = "deviceType";
public static final String field_device_name = "deviceName";
public static final String field_record_batch = "recordBatch";
public static final String field_object_name = "objectName";
public static final String field_task_id = "taskId";
public static final String field_device_id = "deviceId";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy