|
@@ -140,6 +140,12 @@ namespace Hotline.Share.Dtos.Order
|
|
public int State { get; set; }
|
|
public int State { get; set; }
|
|
|
|
|
|
public string StateText => State == 0 ? "待审核" : State == 1 ? "审核通过" : State == 2 ? "审核不通过" : "-";
|
|
public string StateText => State == 0 ? "待审核" : State == 1 ? "审核通过" : State == 2 ? "审核不通过" : "-";
|
|
|
|
+
|
|
|
|
+ public string? OrgId { get; set; }
|
|
|
|
+
|
|
|
|
+ public string? OrgName { get; set; }
|
|
|
|
+
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 特提节点
|
|
/// 特提节点
|
|
/// </summary>
|
|
/// </summary>
|