优化代码控件生成

This commit is contained in:
不做码农
2021-12-11 16:37:08 +08:00
parent 75fd761299
commit a0e1276bdf
9 changed files with 74 additions and 101 deletions

View File

@@ -109,6 +109,12 @@ namespace ZR.CodeGenerator
/** 富文本控件 */
public static string HTML_EDITOR = "editor";
// 自定义排序
public static string HTML_SORT = "sort";
//颜色选择器
public static string HTML_COLORPICKER = "colorPicker";
//switch开关
public static string HTML_SWITCH { get; set; }
/** 字符串类型 */
public static string TYPE_STRING = "string";