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

com.lindzh.mybatis.generator.bean.IndexBean Maven / Gradle / Ivy

The newest version!
package com.lindzh.mybatis.generator.bean;

import java.util.ArrayList;
import java.util.List;

import lombok.Data;

/**
 * 
 * @author lindezhi
 * 2015年11月14日 上午10:52:38
 */
@Data
public class IndexBean {
	
	private String name;
	
	private List columns = new ArrayList();
	
	private boolean limitOffset;
	
	private boolean count;
	
	private boolean selectOne;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy