Browse Source

remove unused file.

master
yangxiaodong 7 years ago
parent
commit
69c69f4c6f
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs

+ 0
- 13
src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs View File

@@ -1,13 +0,0 @@
using System;
using System.Collections.Generic;

namespace DotNetCore.CAP.Dashboard.Monitoring
{
public class StateHistoryDto
{
public string StateName { get; set; }
public string Reason { get; set; }
public DateTime CreatedAt { get; set; }
public IDictionary<string, string> Data { get; set; }
}
}

Loading…
Cancel
Save