Parcourir la source

chore: 代码优化

喵你个旺呀 il y a 1 an
Parent
commit
9dfac96418
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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; }
 @:}
 }