Переглянути джерело

remove unused file.

master
yangxiaodong 7 роки тому
джерело
коміт
69c69f4c6f
1 змінених файлів з 0 додано та 13 видалено
  1. +0
    -13
      src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs

+ 0
- 13
src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs Переглянути файл

@@ -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; }
}
}

Завантаження…
Відмінити
Зберегти