DHDHSoftware/DH.Commons/Base/GloablConfig.cs
2025-03-22 16:16:34 +08:00

13 lines
194 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DH.Commons.Base
{
internal class GloablConfig
{
}
}