Newer
Older
huludao / src / main / java / com / newfiber / led / business / entity / LedNewSendmsgEntity.java
@新烽开发者 新烽开发者 on 22 Jul 391 bytes init
package com.newfiber.led.business.entity;

import lombok.Data;

/**
 * @author : zhangjun
 * @Project_name:newfiber-hydrology
 * @date:2019/9/9 10:34
 * @email:505724729@qq.com
 * @description:{todo}
 * @Exception: throw {todo}
 */
@Data
public class LedNewSendmsgEntity {

    private LedNewCmdEntity cmd;
    private String pkts_program;
    private String ids_dev;
    private int sno;
}