This commit is contained in:
2020-01-30 00:35:57 +00:00
parent e268604cec
commit ef0ee9067f

View File

@@ -73,7 +73,7 @@ namespace AyaNova.DataList
//Has a Enumtype?
if (!string.IsNullOrEmpty(o.EnumType))
sb.Append($",\"et\":{o.EnumType}");
sb.Append($",\"et\":\"{o.EnumType}\"");
sb.Append("}");