Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.Common/Models/GobalModel.cs
2022-10-18 09:01:16 +08:00

14 lines
270 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Common.Models
{
public static class GobalModel
{
public static bool SqlLogEnable { get; set; } = true;
}
}