Newer
Older
huludao / src / main / java / com / newfiber / led / business / entity / LedNewResShowEntity.java
@新烽开发者 新烽开发者 on 22 Jul 417 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:43
 * @email:505724729@qq.com
 * @description:{todo}
 * @Exception: throw {todo}
 */
@Data
public class LedNewResShowEntity {

    private int id_rect;
    private LedNewInfoPosEntity info_pos;
    private List<LedNewListItemEntity> list_item;
}