修改历史记录功能(未完成)
This commit is contained in:
@@ -9,6 +9,7 @@ public class VariableHistoryDto
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public int VariableId { get; set; }
|
||||
public string VariableName { get; set; }
|
||||
public string Value { get; set; }
|
||||
public DateTime Timestamp { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user