Laservall_manager_system/LM.Core/DBManager/DbName.cs

12 lines
189 B
C#

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