Update UpdateNavRootOptions

This commit is contained in:
sunkaixuan
2022-10-25 10:16:35 +08:00
parent 0deae80f18
commit 8d7df3615b

View File

@@ -24,7 +24,7 @@ namespace SqlSugar
}
public class UpdateNavRootOptions
{
public string IgnoreColumns { get; set; }
public string[] IgnoreColumns { get; set; }
public string[] UpdateColumns { get; set; }
public bool IsInsertRoot { get; set; }
public bool IsDiffLogEvent { get; set; }