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; } }