移动系统liao
2024-05-29 71e821ab5e6b3014fac9b691d6957bcc09704b70
CoreCms.Net.Model/Entities/baifenbingfa/job/jobSeting.cs
@@ -12,7 +12,7 @@
    /// <summary>
    /// jobsetting
    /// </summary>
    [SqlCodeFirst]
    //[SqlCodeFirst]
    public partial class Job_jobSeting: BFBaseModel
    {
        /// <summary>
@@ -48,5 +48,11 @@
        /// 是否有效
        /// </summary>
        public bool isEN { get; set; } = false;
        /// <summary>
        /// 排序
        /// </summary>
        [SugarColumn(IsNullable =true)]
        public int? sort { get; set; } = 0;
    }
}