io.github.wujun728.online.vo.OnlineTableColumnVO Maven / Gradle / Ivy
The newest version!
package io.github.wujun728.online.vo;
import lombok.Data;
@Data
//@Schema(description="Online\u8868\u5355\u5b57\u6bb5")
public class OnlineTableColumnVO {
//@Schema(description="\u8868\u5355\u9879")
private /* synthetic */ boolean formItem;
//@Schema(description="\u5b57\u6bb5\u63cf\u8ff0")
private /* synthetic */ String comments;
//@Schema(description="\u8868\u5355\u5b57\u5178")
private /* synthetic */ String formDict;
//@Schema(description="\u8868\u5355\u63a7\u4ef6\u9ed8\u8ba4\u503c")
private /* synthetic */ String formDefault;
//@Schema(description="\u5217\u8868\u6392\u5e8f")
private /* synthetic */ boolean gridSort;
//@Schema(description="\u5b57\u6bb5\u540d\u79f0")
private /* synthetic */ String name;
//@Schema(description="\u5c0f\u6570\u70b9")
private /* synthetic */ Integer pointLength;
private static /* synthetic */ int[] RC;
//@Schema(description="id")
private /* synthetic */ Long id;
//@Schema(description="\u5217\u8868\u9879")
private /* synthetic */ boolean gridItem;
//@Schema(description="\u5b57\u6bb5\u4e3a\u7a7a")
private /* synthetic */ boolean columnNull;
//@Schema(description="\u5b57\u6bb5\u4e3b\u952e")
private /* synthetic */ boolean columnPk;
//@Schema(description="\u67e5\u8be2\u65b9\u5f0f")
private /* synthetic */ String queryType;
//@Schema(description="\u5b57\u6bb5\u957f\u5ea6")
private /* synthetic */ Integer length;
//@Schema(description="\u8868\u5355\u63a7\u4ef6")
private /* synthetic */ String formInput;
//@Schema(description="\u67e5\u8be2\u63a7\u4ef6")
private /* synthetic */ String queryInput;
//@Schema(description="\u67e5\u8be2\u9879")
private /* synthetic */ boolean queryItem;
//@Schema(description="\u6392\u5e8f")
private /* synthetic */ Integer sort;
//@Schema(description="\u5b57\u6bb5\u7c7b\u578b")
private /* synthetic */ String columnType;
//@Schema(description="\u8868\u5355\u5fc5\u586b")
private /* synthetic */ boolean formRequired;
//@Schema(description="\u9ed8\u8ba4\u503c")
private /* synthetic */ String defaultValue;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy