代码生成支持富文本控件

This commit is contained in:
RuoYi
2020-09-15 17:21:40 +08:00
committed by 疯狂的狮子li
parent aa4abc2185
commit 7034c422e9
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";