|
@@ -86,9 +86,9 @@ namespace Hotline.Share.Dtos.Order
|
|
|
/// </summary>
|
|
|
public List<Kv> NextHandlers { get; set; } = new();
|
|
|
|
|
|
- public string? OrgId { get; set; }
|
|
|
+ //public string? OrgId { get; set; }
|
|
|
|
|
|
- public string? OrgName { get; set; }
|
|
|
+ //public string? OrgName { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 审核结果 0 待审核 1 审核通过 2 审核不通过
|