cn.foxtech.device.protocol.v1.zktl.air6in1.entity.ZktlPduEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-protocol-zktl-air6in1 Show documentation
Show all versions of fox-edge-server-protocol-zktl-air6in1 Show documentation
fox-edge-server-protocol-zktl-air6in1
The newest version!
/* ----------------------------------------------------------------------------
* Copyright (c) Guangzhou Fox-Tech Co., Ltd. 2020-2024. All rights reserved.
* --------------------------------------------------------------------------- */
package cn.foxtech.device.protocol.v1.zktl.air6in1.entity;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class ZktlPduEntity {
/**
* 通信类型
*/
private int communType = 0;
/**
* 设备类型
*/
private int deviceType = 0;
/**
* 设备类型
*/
private String data = "";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy