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

import lombok.Data;

import java.io.Serializable;

/**
 * @author : zhangjun
 * @Project_name:newfiber-hydrology
 * @date:2021/7/17 16:46
 * @email:505724729@qq.com
 * @description:{todo}
 * @Exception: throw {todo}
 */
@Data
public class LedClone implements Serializable {


    /**父级分组id*/
    private String parentId;
    /**设备绑定的站点编号*/
    private String siteNo;
    /**设备绑定的站点名称*/
    private String siteName;


}