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

io.github.pleuvoir.sql.bean.ColumnExtend Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package io.github.pleuvoir.sql.bean;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class ColumnExtend extends Column {

	// 转换后为Java后的类型
	private String convertedType;

	// 驼峰格式属性名
	private String field;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy