Selaa lähdekoodia

😁Oracle数据库特性触发器查询时提示标识符过长,刚好超1位

cx 2 vuotta sitten
vanhempi
commit
c1b6759a79
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Admin.NET/Admin.NET.Core/Entity/SysJobDetail.cs

+ 1 - 1
Admin.NET/Admin.NET.Core/Entity/SysJobDetail.cs

@@ -57,7 +57,7 @@ public class SysJobDetail : EntityBaseId
     /// 是否扫描特性触发器
     /// </summary>
     [SugarColumn(ColumnDescription = "是否扫描特性触发器", ColumnName = "annotation")]
-    public bool IncludeAnnotations { get; set; } = false;
+    public bool IncludeAnnotation { get; set; } = false;
 
     /// <summary>
     /// 额外数据