username@email.com
2024-05-29 3c69868ae407c0cee2bfd4a75f1c62b1854c5c66
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;
    }
}