Newer
Older
huludao / src / main / java / com / newfiber / modules / gate / entity / DownLinkTask.java
@新烽开发者 新烽开发者 on 22 Jul 246 bytes init
package com.newfiber.modules.gate.entity;

import lombok.Data;

@Data
public class DownLinkTask {

    private String stCode;
    private String pointKey;
    private String content;
    private Integer changeValue;
    private Integer status;
}