mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 17:41:28 +08:00
Rename ISubAsWithAttr
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Text;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
public class ISubAsWithAttr : ISubOperation
|
||||
public class SubAsWithAttr : ISubOperation
|
||||
{
|
||||
public bool HasWhere
|
||||
{
|
||||
@@ -40,7 +40,7 @@ namespace SqlSugar
|
||||
new SubDistinctCount{ Context=Context },
|
||||
new SubToList{ Context=Context},
|
||||
new SubFirst(){ Context=Context },
|
||||
new ISubAsWithAttr(){ Context=Context }
|
||||
new SubAsWithAttr(){ Context=Context }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user