From 24a3e64f5713fb0c6f8bae865715c66308371955 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 15 八月 2024 12:54:55 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/cylsg --- cylsg/cylsg.Core/BaseModelBase.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cylsg/cylsg.Core/BaseModelBase.cs b/cylsg/cylsg.Core/BaseModelBase.cs index c267d1d..2982fd3 100644 --- a/cylsg/cylsg.Core/BaseModelBase.cs +++ b/cylsg/cylsg.Core/BaseModelBase.cs @@ -17,25 +17,25 @@ /// 鍒涘缓鏃堕棿 /// </summary> [Display(Name = "鍒涘缓鏃堕棿 ")] - [SugarColumn(ColumnDescription = "鍒涘缓鏃堕棿 ")] + [SugarColumn(ColumnDescription = "鍒涘缓鏃堕棿 " , IsNullable = true)] public DateTime? CreateTime { get; set; } /// <summary> /// 鍒涘缓浜� /// </summary> [Display(Name = "鍒涘缓浜� ")] - [SugarColumn(ColumnDescription = "鍒涘缓浜� ", ColumnDataType = "nvarchar(100)")] + [SugarColumn(ColumnDescription = "鍒涘缓浜� ", ColumnDataType = "nvarchar(100)", IsNullable = true)] public string CreateBy { get; set; } /// <summary> /// 淇敼鏃堕棿 /// </summary> [Display(Name = "淇敼鏃堕棿 ")] - [SugarColumn(ColumnDescription = "淇敼鏃堕棿 ")] + [SugarColumn(ColumnDescription = "淇敼鏃堕棿 ", IsNullable = true)] public DateTime? UpDataTime { get; set; } /// <summary> /// 淇敼浜� /// </summary> [Display(Name = "淇敼浜� ")] - [SugarColumn(ColumnDescription = "淇敼浜� ", ColumnDataType = "nvarchar(100)")] + [SugarColumn(ColumnDescription = "淇敼浜� ", ColumnDataType = "nvarchar(100)", IsNullable = true)] public string UpDataBy { get; set; } -- Gitblit v1.9.1