
com.lindzh.mybatis.generator.bean.ColumnBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-generator Show documentation
Show all versions of mybatis-generator Show documentation
MybatisGenerator is a xml ,sql and dao generator from java beans.
The newest version!
package com.lindzh.mybatis.generator.bean;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* 列定义
* @author lindezhi
* 2015年11月14日 上午10:39:09
*/
@Data
@AllArgsConstructor
public class ColumnBean {
private String property;
private String column;
private String type;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy