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/RepairTaskForm.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskForm.cs b/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskForm.cs
index 97d4365..46282f7 100644
--- a/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskForm.cs
+++ b/Yw.Service.Repair.Core/01-entity/02-task/RepairTaskForm.cs
@@ -44,11 +44,13 @@
         /// <summary>
         /// 琛ㄥ崟鍙�
         /// </summary>
+        [SugarColumn(Length = 500, IsNullable = true)]
         public string FormNo { get; set; }
 
         /// <summary>
         /// 琛ㄥ崟鍚嶇О
         /// </summary>
+        [SugarColumn(Length = 500, IsNullable = true)]
         public string FormName { get; set; }
 
         /// <summary>
@@ -59,11 +61,13 @@
         /// <summary>
         /// 闂缂栫爜
         /// </summary>
+        [SugarColumn(Length = 500, IsNullable = true)]
         public string Faq { get; set; }
 
         /// <summary>
         /// 闂鎻忚堪
         /// </summary>
+        [SugarColumn(Length = 500, IsNullable = true)]
         public string Question { get; set; }
 
         /// <summary>
@@ -74,11 +78,13 @@
         /// <summary>
         /// 鍦板潃
         /// </summary>
+        [SugarColumn(Length = 500, IsNullable = true)]
         public string Address { get; set; }
 
         /// <summary>
         /// 瀹氫綅
         /// </summary>
+        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
         public string Location { get; set; }
 
         /// <summary>
@@ -89,6 +95,7 @@
         /// <summary>
         /// 缁翠慨鐢ㄦ埛鍚嶇О
         /// </summary>
+        [SugarColumn(Length = 50, IsNullable = true)]
         public string RepairUserName { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3