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

cn.mapway.document.ui.client.module.GenInfo Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.mapway.document.ui.client.module;

// TODO: Auto-generated Javadoc

/**
 * 用于POJO文档生成临时保存信息.
 *
 * @author zhangjianshe
 */
public class GenInfo {

    /**
     * The type.
     */
    public String type;

    /**
     * The obj.
     */
    public ObjectInfo obj;

    /**
     * The gen.
     */
    public Boolean gen;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy