代码生成支持富文本控件

This commit is contained in:
RuoYi
2020-09-15 17:21:40 +08:00
parent 35f8665dac
commit 9277d7173d
6 changed files with 45 additions and 2 deletions

View File

@@ -74,6 +74,9 @@ public class GenConstants
/** 日期控件 */
public static final String HTML_DATETIME = "datetime";
/** 富文本控件 */
public static final String HTML_EDITOR = "editor";
/** 字符串类型 */
public static final String TYPE_STRING = "String";