代码生成支持上传控件

This commit is contained in:
RuoYi
2020-07-07 17:08:31 +08:00
parent 23b98a3ef8
commit 44df8c4c8b
7 changed files with 104 additions and 14 deletions

View File

@ -71,6 +71,9 @@ public class GenConstants
/** 日期控件 */
public static final String HTML_DATETIME = "datetime";
/** 上传控件 */
public static final String HTML_UPLOAD = "upload";
/** 字符串类型 */
public static final String TYPE_STRING = "String";