实现数据库字段的解析
This commit is contained in:
@@ -16,13 +16,14 @@ public enum ToolCodegenColumnHtmlTypeEnum {
|
||||
RADIO("radio"), // 单选框
|
||||
CHECKBOX("checkbox"), // 复选框
|
||||
DATETIME("datetime"), // 日期控件
|
||||
UPLOAD_IMAGE("upload_image"), // 上传控件
|
||||
UPLOAD_IMAGE("upload_image"), // 上传图片
|
||||
UPLOAD_FILE("upload_file"), // 上传文件
|
||||
EDITOR("editor"), // 富文本控件
|
||||
;
|
||||
|
||||
/**
|
||||
* 条件
|
||||
*/
|
||||
private final String condition;
|
||||
private final String type;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user