修改历史记录功能(未完成)
This commit is contained in:
@@ -7,6 +7,7 @@ public class VariableHistory
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public int VariableId { get; set; }
|
||||
public Variable Variable { get; set; }
|
||||
public string Value { get; set; } // 以字符串形式存储,便于通用性
|
||||
public DateTime Timestamp { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user