新增加数字框

This commit is contained in:
不做码农
2021-11-24 14:24:40 +08:00
parent 2cf5f5c87d
commit fdd7fea4c6
3 changed files with 14 additions and 5 deletions

View File

@@ -87,6 +87,8 @@ namespace ZR.CodeGenerator
/** 文本框 */
public static string HTML_INPUT = "input";
/** 数字框 */
public static string HTML_INPUT_NUMBER = "inputNumber";
/** 文本域 */
public static string HTML_TEXTAREA = "textarea";