This commit is contained in:
Loretta 2025-09-02 15:21:57 +02:00
parent 1c7980e209
commit 19662fd213
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AyCode.Core.Consts;
namespace Mango.Nop.Core
{
public abstract class NopCommonConst: AcConst
{
//public static string DefaultLocale = "en-US";
//public static string BaseUrl = "https://localhost:7144";
//public static string LoggerHubName = "loggerHub";
}
}