移动系统liao
2025-02-05 67e7737c88cbe47f595f9f4abfa8ab0f1082b056
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; }