mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update Subquery bug
This commit is contained in:
@@ -4,9 +4,9 @@ using System.Text;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
internal class SubQueryToListDefaultT
|
||||
internal class SubQueryToListDefaultT
|
||||
{
|
||||
public int id { get; set; }
|
||||
public object id { get; set; }
|
||||
public object sugarIndex { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user