username@email.com
2024-03-25 926774478bbab4b0ecf6a92b0889bd497be425bc
CoreCms.Net.Model/Entities/baifenbingfa/Promote/bloggers.cs
@@ -95,5 +95,12 @@
        [Display(Name = "运营经理")]
        [SugarColumn(ColumnDescription = "运营经理")]
        public string mangerName { get; set; }
        /// <summary>
        /// 备注
        /// </summary>
        [Display(Name = "备注")]
        [SugarColumn(ColumnDescription = "备注",IsNullable =true)]
        public string reMaker { get; set; }
    }
}