移动系统liao
2024-10-22 20fa1468ee1ca54f7af19fae94da8a70ab29344f
cylsg/cylsg.Core/BaseModelBase.cs
@@ -23,7 +23,7 @@
        /// 创建人
        /// </summary>
        [Display(Name = "创建人 ")]
        [SugarColumn(ColumnDescription = "创建人 ", IsNullable = true, Length = 100)]
        [SugarColumn(ColumnDescription = "创建人 ", ColumnDataType = "nvarchar(100)", IsNullable = true)]
        public string CreateBy { get; set; }
        /// <summary>
        /// 修改时间
@@ -35,7 +35,7 @@
        /// 修改人
        /// </summary>
        [Display(Name = "修改人 ")]
        [SugarColumn(ColumnDescription = "修改人 ", IsNullable = true,Length = 100)]
        [SugarColumn(ColumnDescription = "修改人 ", ColumnDataType = "nvarchar(100)", IsNullable = true)]
        public string UpDataBy { get; set; }