feat:代码生成模板新增下拉多选查询

This commit is contained in:
不做码农
2022-10-17 17:59:52 +08:00
parent f5c0588f42
commit cfc8eee2a3
5 changed files with 19 additions and 7 deletions

View File

@@ -91,6 +91,10 @@ namespace ZR.CodeGenerator
/** 下拉框 */
public static string HTML_SELECT = "select";
/// <summary>
/// 下拉多选
/// </summary>
public static string HTML_SELECT_MULTI = "selectMulti";
/** 单选框 */
public static string HTML_RADIO = "radio";