This commit is contained in:
2025-07-12 18:52:08 +08:00
parent 52f4d6e3c4
commit 995a8f115a
9 changed files with 80 additions and 83 deletions

View File

@@ -14,6 +14,16 @@ namespace MyCode.Project.Services
/// </summary>
public abstract class ServiceBase
{
/// <summary>
/// 商家ID
/// </summary>
public Guid MerchantId
{
get
{
return Guid.Parse("00000000-0000-0000-0000-000000000009");
}
}
}
}