Browse Source

团组流程管控更新:新增异常标识Exception 0:正常,1:异常;数据字典更新

jiangjc 2 years ago
parent
commit
b73c40da8a

+ 11 - 0
OASystem/OASystem.Domain/Entities/Groups/Grp_ScheduleInfo.cs

@@ -60,6 +60,11 @@ namespace OASystem.Domain.Entities.Groups
         /// </summary>
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDataType = "int")]
         [SugarColumn(IsNullable = true, ColumnDataType = "int")]
         public int Leader { get; set; }
         public int Leader { get; set; }
+        /// <summary>
+        /// 异常状态0:正常,1:异常
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDataType = "int")]
+        public int Exception { get; set; }
     }
     }
 
 
 
 
@@ -116,6 +121,12 @@ namespace OASystem.Domain.Entities.Groups
         /// </summary>
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDataType = "datetime")]
         [SugarColumn(IsNullable = true, ColumnDataType = "datetime")]
         public DateTime RealEndDt { get; set; }
         public DateTime RealEndDt { get; set; }
+
+        /// <summary>
+        /// 异常状态0:正常,1:异常
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDataType = "int")]
+        public int Exception { get; set; }
     }
     }
 
 
     /// <summary>
     /// <summary>

+ 12 - 0
OASystem/_Doc/OA2023数据字典.docx

@@ -2632,6 +2632,12 @@ Null
 
 
 总负责人
 总负责人
 Sys_Users.Id
 Sys_Users.Id
+Exception
+Int
+Null
+
+异常标识
+
 12) 团组流程管控详细进度表:Grp_ScheduleDetail
 12) 团组流程管控详细进度表:Grp_ScheduleDetail
                                    字段名
                                    字段名
                                  类型长度
                                  类型长度
@@ -2687,6 +2693,12 @@ Null
 
 
 实际结束时间
 实际结束时间
 
 
+Exception
+Int
+Null
+
+异常标识
+
 
 
 13) 团组流程管控人员配置表:Grp_SchedulePerson
 13) 团组流程管控人员配置表:Grp_SchedulePerson
                                    字段名
                                    字段名