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

import lombok.Data;

import java.util.List;

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

    private int id_pro;
    private List<LedNewResShowEntity> res_show;
}