|
@@ -23,7 +23,7 @@ namespace Hotline.Orders
|
|
|
{
|
|
|
public Order()
|
|
|
{
|
|
|
- HotspotCodeLv1 ??= HotspotCode?[..2];
|
|
|
+ //HotspotCodeLv1 ??= HotspotCode?[..2];
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
@@ -151,8 +151,8 @@ namespace Hotline.Orders
|
|
|
/// </summary>
|
|
|
public string? HotspotId { get; set; }
|
|
|
|
|
|
- public string? HotspotCode { get; set; }
|
|
|
- public string? HotspotCodeLv1 { get; set; }
|
|
|
+ //public string? HotspotCode { get; set; }
|
|
|
+ //public string? HotspotCodeLv1 { get; set; }
|
|
|
|
|
|
public string? HotspotName { get; set; }
|
|
|
|
|
@@ -165,6 +165,15 @@ namespace Hotline.Orders
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
+ #region 事件分类
|
|
|
+
|
|
|
+ public string? EventCategoryId { get; set; }
|
|
|
+ public string? EventCategoryName { get; set; }
|
|
|
+ public string? EventCategorySpliceName { get; set; }
|
|
|
+ public string? EventCategoryExternal { get; set; }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 事发时间
|
|
|
/// </summary>
|
|
@@ -275,10 +284,15 @@ namespace Hotline.Orders
|
|
|
public DateTime? StartTime { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 过期时间
|
|
|
+ /// 超期时间
|
|
|
/// </summary>
|
|
|
public DateTime? ExpiredTime { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 即将超期时间
|
|
|
+ /// </summary>
|
|
|
+ public DateTime? NearlyExpiredTime { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 交办时间(中心交部门办理时间)
|
|
|
/// </summary>
|