|
@@ -21,6 +21,11 @@ namespace Hotline.Orders
|
|
[SugarIndex("unique_order_no", nameof(Order.No), OrderByType.Desc, true)]
|
|
[SugarIndex("unique_order_no", nameof(Order.No), OrderByType.Desc, true)]
|
|
public partial class Order : PositionWorkflowEntity
|
|
public partial class Order : PositionWorkflowEntity
|
|
{
|
|
{
|
|
|
|
+ public Order()
|
|
|
|
+ {
|
|
|
|
+ HotspotCodeLv1 ??= HotspotCode?[..2];
|
|
|
|
+ }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 第一次评价结果
|
|
/// 第一次评价结果
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -146,6 +151,9 @@ namespace Hotline.Orders
|
|
/// </summary>
|
|
/// </summary>
|
|
public string? HotspotId { get; set; }
|
|
public string? HotspotId { get; set; }
|
|
|
|
|
|
|
|
+ public string? HotspotCode { get; set; }
|
|
|
|
+ public string? HotspotCodeLv1 { get; set; }
|
|
|
|
+
|
|
public string? HotspotName { get; set; }
|
|
public string? HotspotName { get; set; }
|
|
|
|
|
|
public string? HotspotSpliceName { get; set; }
|
|
public string? HotspotSpliceName { get; set; }
|