修改历史记录功能(未完成)

This commit is contained in:
2025-09-11 18:09:35 +08:00
parent 5ca4fe7124
commit 5680c38fa9
13 changed files with 343 additions and 195 deletions

View File

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