diff --git a/ZR.CodeGenerator/CodeGenerateTemplate.cs b/ZR.CodeGenerator/CodeGenerateTemplate.cs index 01ef44cb..1a4a5115 100644 --- a/ZR.CodeGenerator/CodeGenerateTemplate.cs +++ b/ZR.CodeGenerator/CodeGenerateTemplate.cs @@ -86,7 +86,7 @@ namespace ZR.CodeGenerator if (dbFieldInfo.HtmlType == GenConstants.HTML_INPUT_NUMBER) { sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine(" "); sb.AppendLine(" "); @@ -95,7 +95,7 @@ namespace ZR.CodeGenerator { //时间 sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine(" "); sb.AppendLine(" "); @@ -104,7 +104,7 @@ namespace ZR.CodeGenerator { //图片 sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($@" "); sb.AppendLine(" "); sb.AppendLine(" "); @@ -112,7 +112,7 @@ namespace ZR.CodeGenerator else if (dbFieldInfo.HtmlType == GenConstants.HTML_RADIO && !string.IsNullOrEmpty(dbFieldInfo.DictType)) { sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine($" {{{{item.dictLabel}}}}"); sb.AppendLine(" "); @@ -122,7 +122,7 @@ namespace ZR.CodeGenerator else if (dbFieldInfo.HtmlType == GenConstants.HTML_RADIO) { sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine(" 请选择字典生成"); sb.AppendLine(" "); @@ -148,7 +148,7 @@ namespace ZR.CodeGenerator else if (dbFieldInfo.HtmlType == GenConstants.HTML_SELECT && !string.IsNullOrEmpty(dbFieldInfo.DictType)) { sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine(" "); @@ -158,7 +158,7 @@ namespace ZR.CodeGenerator else if (dbFieldInfo.HtmlType == GenConstants.HTML_SELECT && string.IsNullOrEmpty(dbFieldInfo.DictType)) { sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine(" "); @@ -169,7 +169,7 @@ namespace ZR.CodeGenerator { string inputNumTxt = CodeGeneratorTool.IsNumber(dbFieldInfo.CsharpType) ? ".number" : ""; sb.AppendLine(" "); - sb.AppendLine($" "); + sb.AppendLine($" "); sb.AppendLine($" "); sb.AppendLine(" "); sb.AppendLine(" ");