All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almis.awe.test.TreeData Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
package com.almis.awe.test;

import lombok.Data;

/**
 * Tree data bean
 */
@Data
public class TreeData {
  private String type;
  private String id;
  private String parent;
  private Integer level;
  private Integer isLeaf;
  private String hour;
  private String user;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy