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

net.xiaoboli.mgp.ViewEntity Maven / Gradle / Ivy

package net.xiaoboli.mgp;

import lombok.Data;

@Data
public class ViewEntity {

    private Integer index;
    private String name;
    private String camelName;
    private String getter;
    private String remark;
    private String dataType;
    private String type;
    private String value;
    private Integer isTime = 0;
    private Integer isIncrement = 0;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy