using System; using System.Collections.Generic; using Newtonsoft.Json; namespace YZXYH.Repository.Models { [Serializable] public partial class SysSqlQucikCheck { public string Id { get; set; } public string SqlName { get; set; } public string SqlContent { get; set; } public string Remark { get; set; } public string IsLocked { get; set; } } }