From 56fde6ea4d065e0a3688e89576e4099cedcefab3 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 12 九月 2024 16:03:02 +0800 Subject: [PATCH] 新增一些带有判断的接口 --- Yw.Service.Repair.Core/01-entity/02-task/RepairTaskLog.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskLog.cs b/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskLog.cs index 781747c..4563beb 100644 --- a/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskLog.cs +++ b/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskLog.cs @@ -38,6 +38,7 @@ /// <summary> /// 鎿嶄綔鍐呭 /// </summary> + [SugarColumn(Length = 500, IsNullable = true)] public string OperateContent { get; set; } /// <summary> @@ -53,11 +54,13 @@ /// <summary> /// 鎿嶄綔浜哄悕绉� /// </summary> + [SugarColumn(Length = 50, IsNullable = true)] public string OperateUserName { get; set; } /// <summary> /// 鎿嶄綔璇存槑 /// </summary> + [SugarColumn(Length = 500, IsNullable = true)] public string OperateNote { get; set; } -- Gitblit v1.9.3