Synchronization code

This commit is contained in:
sunkaixuan
2022-10-10 09:20:23 +08:00
parent 0638af8cdc
commit 87d0e96bdb
6 changed files with 108 additions and 7 deletions

View File

@@ -120,6 +120,11 @@ namespace SqlSugar
{
return default(string);
}
public int DistinctCount(Func<T, object> expression)
{
return default(int);
}
public TResult Sum<TResult>(Func<T, TResult> expression) where TResult : struct
{
return default(TResult);