mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update Navigate
This commit is contained in:
parent
2378e1ce15
commit
af5ab753cc
@ -235,7 +235,7 @@ namespace SqlSugar
|
||||
internal string MappingAId { get; set; }
|
||||
internal string MappingBId { get; set; }
|
||||
internal NavigateType NavigatType { get; set; }
|
||||
public string WhereSql { get; set; }
|
||||
internal string WhereSql { get; set; }
|
||||
public Navigate(NavigateType navigatType,string IfSingleMasterTableColumn_IfListChildTableColumn)
|
||||
{
|
||||
this.Name = IfSingleMasterTableColumn_IfListChildTableColumn;
|
||||
|
Loading…
Reference in New Issue
Block a user