lixiaojun
2024-09-12 56fde6ea4d065e0a3688e89576e4099cedcefab3
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>