代码生成支持上传控件

This commit is contained in:
RuoYi
2020-11-17 20:37:41 +08:00
committed by 疯狂的狮子li
parent d030a03d13
commit 364a17fc9d
6 changed files with 46 additions and 3 deletions

View File

@@ -74,6 +74,9 @@ public class GenConstants
/** 日期控件 */
public static final String HTML_DATETIME = "datetime";
/** 上传控件 */
public static final String HTML_UPLOAD_IMAGE = "uploadImage";
/** 富文本控件 */
public static final String HTML_EDITOR = "editor";