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

com.feingto.cloud.dto.tree.TreeDTO Maven / Gradle / Ivy

There is a newer version: 2.3.5.RELEASE
Show newest version
package com.feingto.cloud.dto.tree;

import lombok.Data;
import lombok.experimental.Accessors;

import java.io.Serializable;

/**
 * jstree
 *
 * @author longfei
 */
@Data
@Accessors(chain = true)
public class TreeDTO implements Serializable {
    private static final long serialVersionUID = -2451391026343234546L;

    private String id;

    private String sn;

    private String name;

    private String text;

    private String icon;

    private StateDTO state;

    private boolean children = false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy