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