mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Synchronization code
This commit is contained in:
@@ -42,6 +42,10 @@ namespace SqlSugar.GBase
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
var result = Builder.GetTranslationTableName(EntityInfo.EntityName);
|
var result = Builder.GetTranslationTableName(EntityInfo.EntityName);
|
||||||
|
if (this.AsName.HasValue())
|
||||||
|
{
|
||||||
|
result = Builder.GetTranslationTableName(this.AsName);
|
||||||
|
}
|
||||||
result += UtilConstants.Space;
|
result += UtilConstants.Space;
|
||||||
if (this.TableWithString.HasValue())
|
if (this.TableWithString.HasValue())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user