|
|
@ -16,12 +16,14 @@ namespace SqlSugar |
|
|
|
{ |
|
|
|
public string[] IgnoreColumns { get; set; } |
|
|
|
public string[] InsertColumns { get; set; } |
|
|
|
public bool IsDiffLogEvent { get; set; } |
|
|
|
public object DiffLogBizData { get; set; } |
|
|
|
} |
|
|
|
public class InertNavRootOptions |
|
|
|
{ |
|
|
|
public string[] IgnoreColumns { get; set; } |
|
|
|
public string[] InsertColumns { get; set; } |
|
|
|
} |
|
|
|
//public class InertNavRootOptions
|
|
|
|
//{
|
|
|
|
// public string[] IgnoreColumns { get; set; }
|
|
|
|
// public string[] InsertColumns { get; set; }
|
|
|
|
//}
|
|
|
|
public class UpdateNavRootOptions |
|
|
|
{ |
|
|
|
public string[] IgnoreColumns { get; set; } |
|
|
|