Explorar el Código

chore: 代码优化

喵你个旺呀 hace 1 año
padre
commit
9dfac96418
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Admin.NET/Admin.NET.Web.Entry/wwwroot/template/Output.cs.vm

+ 1 - 1
Admin.NET/Admin.NET.Web.Entry/wwwroot/template/Output.cs.vm

@@ -66,6 +66,6 @@ foreach(var column in Model.ApiTreeFieldList) {
 @:{
 @:    [ImporterHeader(IsIgnore = true)]
 @:    [ExporterHeader(IsIgnore = true)]
-@:    public virtual string Error { get; set; }
+@:    public override string Error { get; set; }
 @:}
 }