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

cn.mapway.document.helper.html.GenInfo Maven / Gradle / Ivy

The newest version!
package cn.mapway.document.helper.html;

import cn.mapway.document.module.ObjectInfo;

/**
 * 用于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