mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 02:51:58 +08:00
Update UpdateNavRootOptions
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user