Vol/Net6.SqlSugar/VOL.Core/DBManager/DbName.cs

12 lines
190 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace VOL.Core.DBManage
{
public struct DbName
{
public static string Default = "default";
}
}